Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 1, 2009, 10:20:02 PM (15 years ago)
Author:
rgrieder
Message:

Fixed a bug when using the LINE macro in Game.h
If you want to concatenate LINE to form a variable name, use:
MACRO_CONCATENATE(dummyvar##myParam1, LINE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/SpecialConfig.h.in

    r2710 r2946  
    4040#define _SpecialConfig_H__
    4141
     42#include "OrxonoxConfig.h"
     43
    4244/* Set whether we must suffix "ceguilua/" for the CEGUILua.h include */
    4345#cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY
     
    5355/* Using MSVC or XCode IDE */
    5456#cmakedefine CMAKE_CONFIGURATION_TYPES
    55 
    56 /* Macros used in the next section */
    57 #define MACRO_CONCATENATE(str1, str2) str1##str2
    58 #define MACRO_QUOTEME_AUX(x) #x
    59 #define MACRO_QUOTEME(x) MACRO_QUOTEME_AUX(x)
    6057
    6158/* Handle default ConfigValues */
Note: See TracChangeset for help on using the changeset viewer.