From d4e5b9c4f1f205e3eff880aef8d52cfe9129124c Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 28 2016 22:43:22 +0000 Subject: zw_delay_execution(): fix signature. --- diff --git a/include/ntapi/nt_time.h b/include/ntapi/nt_time.h index b8ddd41..29f8d42 100644 --- a/include/ntapi/nt_time.h +++ b/include/ntapi/nt_time.h @@ -36,7 +36,7 @@ typedef int32_t __stdcall ntapi_zw_query_timer_resolution( typedef int32_t __stdcall ntapi_zw_delay_execution( - __in int32_t * alertable, + __in int32_t alertable, __in nt_large_integer * interval); typedef int32_t __stdcall ntapi_zw_yield_execution(void);