- Timestamp:
- Jun 9, 2010, 11:51:42 PM (15 years ago)
- Location:
- code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.2/ceguilua
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILua.h
r5781 r7134 35 35 Import / Export control macros 36 36 *************************************************************************/ 37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI _STATIC)37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 38 38 # ifdef CEGUILUA_EXPORTS 39 39 # define CEGUILUA_API __declspec(dllexport) -
code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.2/ceguilua/changes_orxonox.diff
r6762 r7134 82 82 --- CEGUILua.h Sun Jan 25 18:32:57 2009 83 83 +++ CEGUILua.h Thu Jan 29 10:17:42 2009 84 @@ -38,7 +38,11 @@ 84 @@ -34,11 +34,15 @@ 85 /************************************************************************* 86 Import / Export control macros 87 *************************************************************************/ 88 -#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 89 +#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 85 90 # ifdef CEGUILUA_EXPORTS 86 91 # define CEGUILUA_API __declspec(dllexport)
Note: See TracChangeset
for help on using the changeset viewer.