BLUELOVETH 2 lat temu
rodzic
commit
00637c2595
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      c_bindings/pocketpy_c.h

+ 1 - 3
c_bindings/pocketpy_c.h

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