mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
temporary export even for embeded runtime
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
#define PGF_API_DECL EXTERN_C __declspec(dllexport)
|
#define PGF_API_DECL EXTERN_C __declspec(dllexport)
|
||||||
#define PGF_API EXTERN_C __declspec(dllexport)
|
#define PGF_API EXTERN_C __declspec(dllexport)
|
||||||
#elif defined(COMPILING_STATIC_PGF)
|
#elif defined(COMPILING_STATIC_PGF)
|
||||||
#define PGF_API_DECL EXTERN_C
|
#define PGF_API_DECL EXTERN_C __declspec(dllexport)
|
||||||
#define PGF_API EXTERN_C
|
#define PGF_API EXTERN_C __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define PGF_API_DECL __declspec(dllimport)
|
#define PGF_API_DECL __declspec(dllimport)
|
||||||
#define PGF_API ERROR_NOT_COMPILING_LIBPGF
|
#define PGF_API ERROR_NOT_COMPILING_LIBPGF
|
||||||
|
|||||||
Reference in New Issue
Block a user