blueloveTH hace 1 año
padre
commit
a8c5668d89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/interpreter/dll.c

+ 1 - 1
src/interpreter/dll.c

@@ -1,6 +1,6 @@
 #include "pocketpy/pocketpy.h"
 
-#if PK_IS_DESKTOP_PLATFORM
+#if PK_IS_DESKTOP_PLATFORM && PK_ENABLE_OS
 
 #ifdef _WIN32
 void* LoadLibraryA(const char*);