Explorar o código

* THandle is a longint on the WASI target

git-svn-id: branches/wasm@48315 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
a329325217
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;