blueloveTH hai 1 ano
pai
achega
5dd564aa53
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/interpreter/dll.c

+ 4 - 0
src/interpreter/dll.c

@@ -3,8 +3,12 @@
 #if PK_IS_DESKTOP_PLATFORM && PK_ENABLE_OS
 
 #ifdef _WIN32
+
+#ifndef _WINDOWS_
 void* LoadLibraryA(const char*);
 void* GetProcAddress(void*, const char*);
+#endif
+
 #else
 #include <dlfcn.h>
 #endif