diff options
author | midipix <writeonce@midipix.org> | 2016-02-28 17:43:22 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-28 17:43:22 -0500 |
commit | d4e5b9c4f1f205e3eff880aef8d52cfe9129124c (patch) | |
tree | c64b93b197dbaadf37e86455900f1f128763a895 | |
parent | e98fba994cc4fbb788ce8dc0f0c88d51c8d625e6 (diff) | |
download | ntapi-d4e5b9c4f1f205e3eff880aef8d52cfe9129124c.tar.bz2 ntapi-d4e5b9c4f1f205e3eff880aef8d52cfe9129124c.tar.xz |
zw_delay_execution(): fix signature.
-rw-r--r-- | include/ntapi/nt_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |