1
0
BLUELOVETH 2 жил өмнө
parent
commit
00637c2595

+ 1 - 3
c_bindings/pocketpy_c.h

@@ -8,9 +8,7 @@ extern "C" {
 #include <stdbool.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdint.h>
 
 
-#ifndef PK_EXPORT
-#define PK_EXPORT
-#endif
+#include "pocketpy/export.h"
 
 
 typedef struct pkpy_vm_handle pkpy_vm;
 typedef struct pkpy_vm_handle pkpy_vm;