Changeset 2215 for code/branches/buildsystem/src/ceguilua-0.5.0/ceguilua
- Timestamp:
- Nov 18, 2008, 6:29:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/ceguilua-0.5.0/ceguilua/CEGUILua.h
r1980 r2215 32 32 33 33 34 /*** CHANGES BY ORXONOX TEAM FOR MINGW32 ***/ 34 35 /************************************************************************* 35 36 Import / Export control macros 36 37 *************************************************************************/ 37 #if defined( __WIN32__ ) || defined( _WIN32)38 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 38 39 # ifdef CEGUILUA_EXPORTS 39 40 # define CEGUILUA_API __declspec(dllexport) 40 41 # else 41 # define CEGUILUA_API __declspec(dllimport) 42 # if defined( __MINGW32__ ) 43 # define CEGUILUA_API 44 # else 45 # define CEGUILUA_API __declspec(dllimport) 46 # endif 42 47 # endif 43 48 #else
Note: See TracChangeset
for help on using the changeset viewer.