diff --git a/src/interpreter/dll.c b/src/interpreter/dll.c index a6c64662..dfc1e2d8 100644 --- a/src/interpreter/dll.c +++ b/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 #endif