[KERNEL32_VISTA][SDK] Import Threadpool.c from wine-9.7

This commit is contained in:
Denis Malikov 2024-04-25 21:08:41 -07:00 committed by Justin Miller
parent d92f02e2e5
commit 405ed2b4ce
7 changed files with 3444 additions and 2 deletions

View file

@ -4123,6 +4123,7 @@ InitOnceExecuteOnce(
_Inout_opt_ PVOID Parameter,
_Outptr_opt_result_maybenull_ LPVOID *Context);
typedef VOID (NTAPI *PTP_WIN32_IO_CALLBACK)(PTP_CALLBACK_INSTANCE,PVOID,PVOID,ULONG,ULONG_PTR,PTP_IO);
#if defined(_SLIST_HEADER_) && !defined(_NTOS_) && !defined(_NTOSP_)