فهرست منبع

* fix for Mantis #35204: TThreadID is a DWord even on Windows 64-bit, so declare it accordingly

git-svn-id: trunk@41636 -
svenbarth 6 سال پیش
والد
کامیت
a735dc28ae
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rtl/win/sysosh.inc

+ 1 - 1
rtl/win/sysosh.inc

@@ -22,7 +22,7 @@ type
   THandle = DWord;
   THandle = DWord;
   ULONG_PTR = DWord;
   ULONG_PTR = DWord;
 {$endif CPU64}
 {$endif CPU64}
-  TThreadID = THandle;
+  TThreadID = DWord;
   SIZE_T = ULONG_PTR;
   SIZE_T = ULONG_PTR;
 
 
   { the fields of this record are os dependent  }
   { the fields of this record are os dependent  }