From 7ebd3f8a237ae03503d753af2dd86a9c8bc1ddcf Mon Sep 17 00:00:00 2001 From: midipix Date: May 14 2016 11:18:25 +0000 Subject: nt_sync.h: union _nt_sync_block: changed type of lock_tries to int32_t. --- diff --git a/include/ntapi/nt_sync.h b/include/ntapi/nt_sync.h index ecf5f0c..5b28833 100644 --- a/include/ntapi/nt_sync.h +++ b/include/ntapi/nt_sync.h @@ -128,7 +128,7 @@ typedef union __attr_aligned__(NT_SYNC_BLOCK_SIZE) _nt_sync_block { int32_t pid; uint32_t flags; uint32_t srvtid; - uint32_t lock_tries; + int32_t lock_tries; uint32_t ref_cnt; uint32_t busy; int32_t invalid;