Changeset 21787 for branches/gcc-kmk/include/odin.h
- Timestamp:
- Nov 3, 2011, 5:46:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/odin.h
r21738 r21787 171 171 #endif 172 172 173 173 #ifdef __GNUC__ 174 // __stdcall in GCC for OS/2 incorrectly mangles vararg functions; according to 175 // MSDN, they should be equal to __cdecl instead of getting the @N suffix 176 #define WIN32API_VA __cdecl 177 #else 178 #define WIN32API_VA WIN32API 179 #endif 174 180 175 181 #endif /* _ODIN_H_*/
Note:
See TracChangeset
for help on using the changeset viewer.