Changeset 7163 for code/trunk/src/external/ceguilua/ceguilua-0.6.1
- Timestamp:
- Aug 11, 2010, 8:55:13 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/external/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILua.h
r5781 r7163 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/trunk/src/external/ceguilua/ceguilua-0.6.1/ceguilua/changes_orxonox.diff
r5781 r7163 1 1 --- CEGUILua.h Mi Jul 9 18:24:49 2008 2 2 +++ CEGUILua.h Do Jan 29 10:18:14 2009 3 @@ -38,7 +38,11 @@ 3 @@ -34,11 +34,15 @@ 4 /************************************************************************* 5 Import / Export control macros 6 *************************************************************************/ 7 -#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 8 +#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 4 9 # ifdef CEGUILUA_EXPORTS 5 10 # define CEGUILUA_API __declspec(dllexport)
Note: See TracChangeset
for help on using the changeset viewer.