Browse Source

*wince: previous commit,wrong type

git-svn-id: trunk@3696 -
oro06 19 years ago
parent
commit
c6468d6db2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/sysosh.inc

+ 1 - 1
rtl/win/sysosh.inc

@@ -41,7 +41,7 @@ type
 {$else WINCE}
 {$else WINCE}
   //CE only
   //CE only
   TRTLCriticalSection = packed record
   TRTLCriticalSection = packed record
-    LockCount     : uint ;    // Nesting count on critical section
+    LockCount     : DWord ;   // Nesting count on critical section
     OwnerThread   : THandle; 	// Handle of owner thread
     OwnerThread   : THandle; 	// Handle of owner thread
     hCrit         : THandle;	// Handle to this critical section
     hCrit         : THandle;	// Handle to this critical section
     needtrap      : DWORD;	// Trap in when freeing critical section
     needtrap      : DWORD;	// Trap in when freeing critical section