Browse Source

* THandle is a longint on the WASI target

git-svn-id: branches/wasm@48315 -
nickysn 4 năm trước cách đây
mục cha
commit
a329325217
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;