فهرست منبع

* THandle type changed to Word for i8086-msdos

git-svn-id: branches/i8086@24016 -
nickysn 12 سال پیش
والد
کامیت
f1a974f3c9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rtl/msdos/sysosh.inc

+ 1 - 1
rtl/msdos/sysosh.inc

@@ -17,7 +17,7 @@
 
 
 {Platform specific information}
 {Platform specific information}
 type
 type
-  THandle = Longint;
+  THandle = Word;
   TThreadID = THandle;
   TThreadID = THandle;
 
 
    PRTLCriticalSection = ^TRTLCriticalSection;
    PRTLCriticalSection = ^TRTLCriticalSection;