00001 #ifndef __FBX_API_h__ 00002 #define __FBX_API_h__ 00003 00004 #if defined(WIN32) && !defined(MAKING_STATIC) 00005 #ifdef EXPORT_FBX 00006 #define FBX_API __declspec(dllexport) 00007 #else 00008 #define FBX_API __declspec(dllimport) 00009 #endif 00010 #else 00011 #define FBX_API 00012 #endif 00013 00014 #endif
1.5.9