BLUELOVETH пре 2 година
родитељ
комит
00637c2595
1 измењених фајлова са 1 додато и 3 уклоњено
  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;