diff --git a/include/pocketpy/export.h b/include/pocketpy/export.h index c6487dd5..112c7fdf 100644 --- a/include/pocketpy/export.h +++ b/include/pocketpy/export.h @@ -5,8 +5,7 @@ #define PK_EXPORT __declspec(dllexport) #define PK_SYS_PLATFORM 0 #elif __EMSCRIPTEN__ - #include - #define PK_EXPORT EMSCRIPTEN_KEEPALIVE + #define PK_EXPORT #define PK_SYS_PLATFORM 1 #elif __APPLE__ #include @@ -31,4 +30,5 @@ #else #define PK_EXPORT #define PK_SYS_PLATFORM 6 -#endif \ No newline at end of file +#endif +