|
|
@@ -5,7 +5,6 @@
|
|
|
#define PK_EXPORT __declspec(dllexport)
|
|
|
#define PK_SYS_PLATFORM 0
|
|
|
#elif __EMSCRIPTEN__
|
|
|
- #include <emscripten.h>
|
|
|
#define PK_EXPORT EMSCRIPTEN_KEEPALIVE
|
|
|
#define PK_SYS_PLATFORM 1
|
|
|
#elif __APPLE__
|
|
|
@@ -31,4 +30,4 @@
|
|
|
#else
|
|
|
#define PK_EXPORT
|
|
|
#define PK_SYS_PLATFORM 6
|
|
|
-#endif
|
|
|
+#endif
|