mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:52:15 -04:00
conditional WINAPI for run()
This commit is contained in:
parent
1eda5e1a7c
commit
3ce87f4ed9
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue