Changeset 8812 for code/branches/output/src/OrxonoxConfig.h.in
- Timestamp:
- Aug 1, 2011, 8:42:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/OrxonoxConfig.h.in
r8418 r8812 106 106 # else 107 107 # define __FUNCTIONNAME__ 108 # endif 109 #endif 110 111 // Declare a function deprecated 112 #ifndef __DEPRECATED__ 113 # if defined(ORXONOX_COMPILER_GCC) 114 # define __DEPRECATED__(function) function __attribute__ ((deprecated)) 115 # elif defined(ORXONOX_COMPILER_MSVC) 116 # define __DEPRECATED__(function) __declspec(deprecated) function 117 # else 118 # define __DEPRECATED__(function) function 108 119 # endif 109 120 #endif
Note: See TracChangeset
for help on using the changeset viewer.