mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
type changes for _beginthreadex
This commit is contained in:
parent
4bed2e84a3
commit
b07a162e29
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
#include <isc/result.h>
|
||||
|
||||
typedef HANDLE isc_thread_t;
|
||||
typedef DWORD isc_threadresult_t;
|
||||
typedef LPVOID isc_threadarg_t;
|
||||
typedef unsigned int isc_threadresult_t;
|
||||
typedef void * isc_threadarg_t;
|
||||
typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
|
||||
|
||||
isc_result_t isc_thread_create(isc_threadfunc_t, isc_threadarg_t,
|
||||
|
|
|
|||
Loading…
Reference in a new issue