This commit is contained in:
blueloveTH 2024-11-07 18:13:42 +08:00
parent b939df167d
commit a8c5668d89

View File

@ -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*);