mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
conditional WINAPI for run()
This commit is contained in:
@@ -435,6 +435,9 @@ isc_task_destroy(isc_task_t *taskp) {
|
||||
***/
|
||||
|
||||
static isc_threadresult_t
|
||||
#ifdef _WIN32
|
||||
WINAPI
|
||||
#endif
|
||||
run(void *uap) {
|
||||
isc_taskmgr_t manager = uap;
|
||||
isc_task_t task;
|
||||
|
Reference in New Issue
Block a user