From: Nikolay Sivov nsivov@codeweavers.com
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com --- include/processthreadsapi.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/processthreadsapi.h b/include/processthreadsapi.h index f2554950952..44cb2513980 100644 --- a/include/processthreadsapi.h +++ b/include/processthreadsapi.h @@ -44,6 +44,7 @@ typedef struct _THREAD_POWER_THROTTLING_STATE ULONG StateMask; } THREAD_POWER_THROTTLING_STATE;
+WINBASEAPI VOID WINAPI GetCurrentThreadStackLimits(ULONG_PTR *, ULONG_PTR *); WINBASEAPI HRESULT WINAPI GetThreadDescription(HANDLE,PWSTR *); WINBASEAPI HRESULT WINAPI SetThreadDescription(HANDLE,PCWSTR); WINBASEAPI BOOL WINAPI SetThreadInformation(HANDLE,THREAD_INFORMATION_CLASS,LPVOID,DWORD);