Browse Source

* THandle is a longint on the WASI target

git-svn-id: branches/wasm@48315 -
nickysn 4 years ago
parent
commit
a329325217
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/wasi/sysosh.inc

+ 1 - 1
rtl/wasi/sysosh.inc

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