Pārlūkot izejas kodu

* THandle is a longint on the WASI target

git-svn-id: branches/wasm@48315 -
nickysn 4 gadi atpakaļ
vecāks
revīzija
a329325217
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      rtl/wasi/sysosh.inc

+ 1 - 1
rtl/wasi/sysosh.inc

@@ -17,7 +17,7 @@
 
 {Platform specific information}
 type
-  THandle = Word;
+  THandle = LongInt;
   TThreadID = THandle;
   TOSTimestamp = LongInt;