2
0
Эх сурвалжийг харах

* THandle type changed to Word for i8086-msdos

git-svn-id: branches/i8086@24016 -
nickysn 12 жил өмнө
parent
commit
f1a974f3c9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rtl/msdos/sysosh.inc

+ 1 - 1
rtl/msdos/sysosh.inc

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