From b642858044c9b2e34de198d5abb3a28d3fbe9679 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 15 Aug 2018 20:20:56 +0200 Subject: [PATCH] Add missing definition --- include/ph7.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ph7.h b/include/ph7.h index b9ef4e7..5c97b1b 100644 --- a/include/ph7.h +++ b/include/ph7.h @@ -332,6 +332,8 @@ struct SyMutexMethods { #endif typedef sxi64 ph7_int64; #define PH7_APIEXPORT SX_APIEXPORT +#define PH7_APIIMPORT SX_APIIMPORT + /* * Engine Configuration Commands. *