Explorar el Código

+ define USE_NOTHREADMANAGER in the WASI system unit

Nikolay Nikolov hace 3 años
padre
commit
68cd1c3973
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

@@ -18,6 +18,7 @@ unit system;
 interface
 
 {$define FPC_IS_SYSTEM}
+{$define USE_NOTHREADMANAGER}
 
 {$I systemh.inc}