- Timestamp:
- Jun 9, 2010, 11:51:42 PM (15 years ago)
- Location:
- code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.0/ceguilua
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.0/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.0/ceguilua/changes_orxonox.diff
r5781 r7134 67 67 --- CEGUILua.h Wed Jul 9 18:24:49 2008 68 68 +++ CEGUILua.h Thu Jan 29 10:17:07 2009 69 @@ -38,7 +38,11 @@ 69 @@ -34,11 +34,15 @@ 70 /************************************************************************* 71 Import / Export control macros 72 *************************************************************************/ 73 -#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 74 +#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 70 75 # ifdef CEGUILUA_EXPORTS 71 76 # define CEGUILUA_API __declspec(dllexport)
Note: See TracChangeset
for help on using the changeset viewer.