Changeset 21299 for trunk/include/odin.h
- Timestamp:
- Jun 16, 2009, 3:08:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r9985 r21299 84 84 #define WIN32API __stdcall 85 85 #define WINAPI __stdcall 86 #define SYSTEM CDECL87 86 #define PASCAL __stdcall 88 87 #define INLINE __inline__ … … 90 89 #define NONAMELESSUNION 91 90 #define NONAMELESSSTRUCT 91 #ifdef __INNOTEK_LIBC__ 92 #define SYSTEM _System 93 #define APIENTRY _System 94 #else 95 #define SYSTEM CDECL 92 96 #undef APIENTRY 93 97 #define APIENTRY CDECL 98 #endif 94 99 95 100 #else
Note:
See TracChangeset
for help on using the changeset viewer.