15 #include "CeeCore/Base.h"
21 #ifdef CEE_STATIC_LIBS
22 #define CEE_VTFX_EXPORT
25 #ifdef CEE_VTFX_BUILD_DLL_VTFX
26 #define CEE_VTFX_EXPORT __declspec(dllexport)
28 #define CEE_VTFX_EXPORT __declspec(dllimport)
30 #elif defined(__GNUC__)
31 #ifdef CEE_VTFX_BUILD_DLL_VTFX
32 #define CEE_VTFX_EXPORT __attribute__ ((visibility ("default")))
34 #define CEE_VTFX_EXPORT
37 #define CEE_VTFX_EXPORT