Changeset 21941 for trunk/include/odin.h
- Timestamp:
- Jan 18, 2012, 11:30:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r21916 r21941 172 172 #endif 173 173 174 #ifdef __cplusplus 175 #define DEF_VAL(v) = v 176 #else 177 #define DEF_VAL(v) 178 #endif 179 174 180 #ifdef __GNUC__ 175 181 // __stdcall in GCC for OS/2 incorrectly mangles vararg functions; according to
Note:
See TracChangeset
for help on using the changeset viewer.