From 00637c259599d149f333f925ccc9d0fdebad89cf Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Fri, 7 Jul 2023 16:08:58 +0800 Subject: [PATCH] ... --- c_bindings/pocketpy_c.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/c_bindings/pocketpy_c.h b/c_bindings/pocketpy_c.h index cf4e8997..697364b2 100644 --- a/c_bindings/pocketpy_c.h +++ b/c_bindings/pocketpy_c.h @@ -8,9 +8,7 @@ extern "C" { #include #include -#ifndef PK_EXPORT -#define PK_EXPORT -#endif +#include "pocketpy/export.h" typedef struct pkpy_vm_handle pkpy_vm;