mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update dll.c
This commit is contained in:
parent
362283627e
commit
5dd564aa53
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user