소스 검색

* THandle is a longint on the WASI target

git-svn-id: branches/wasm@48315 -
nickysn 4 년 전
부모
커밋
a329325217
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;