|
@@ -5,7 +5,7 @@
|
|
|
#define PK_EXPORT __declspec(dllexport)
|
|
#define PK_EXPORT __declspec(dllexport)
|
|
|
#define PK_SYS_PLATFORM 0
|
|
#define PK_SYS_PLATFORM 0
|
|
|
#elif __EMSCRIPTEN__
|
|
#elif __EMSCRIPTEN__
|
|
|
- #define PK_EXPORT EMSCRIPTEN_KEEPALIVE
|
|
|
|
|
|
|
+ #define PK_EXPORT
|
|
|
#define PK_SYS_PLATFORM 1
|
|
#define PK_SYS_PLATFORM 1
|
|
|
#elif __APPLE__
|
|
#elif __APPLE__
|
|
|
#include <TargetConditionals.h>
|
|
#include <TargetConditionals.h>
|