Changeset 5518 for trunk/include/odin.h
- Timestamp:
- Apr 16, 2001, 7:02:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r5288 r5518 73 73 #define PASCAL __stdcall 74 74 #define UNALIGNED 75 #define NONAMELESSUNION 76 #define NONAMELESSSTRUCT 75 77 #else 76 78 … … 87 89 88 90 #ifndef RC_INVOKED 89 #if (__IBMC PP__ == 300) || (__IBMC__ == 300)91 #if (__IBMC__ == 300) 90 92 #define NONAMELESSUNION 93 #endif 94 #if (__IBMCPP__ == 300) | (__IBMC__ == 300) 95 #define NONAMELESSSTRUCT 91 96 #endif 92 97 #endif … … 97 102 98 103 #else 99 100 #ifndef RC_INVOKED 104 #ifdef RC_INVOKED 105 //SvL: wrc chokes on calling conventions.... 106 #define CDECL 107 #define EXPORT 108 #define WIN32API 109 #define WINAPI 110 #define CALLBACK 111 #define SYSTEM 112 #define PASCAL 113 #define UNALIGNED 114 #define __cdecl 115 #define _System 116 #define __inline__ 117 #else 101 118 /* ---------- ??? ---------- */ 102 119 #error No known compiler.
Note:
See TracChangeset
for help on using the changeset viewer.