Changeset 5925
- Timestamp:
- Jun 7, 2001, 2:46:40 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/odin.h (modified) (1 diff)
-
src/ole32/ole32.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r5518 r5925 89 89 90 90 #ifndef RC_INVOKED 91 #if (__IBMC__ == 300) 91 //Nameless unions or structures are not supported in C mode 92 //(nameless unions only in CPP mode and nameless unions only in VAC 3.6.5 CPP mode) 93 #ifdef __IBMC__ 92 94 #define NONAMELESSUNION 95 #define NONAMELESSSTRUCT 93 96 #endif 94 #if (__IBMCPP__ == 300) | (__IBMC__ == 300)97 #if (__IBMCPP__ == 300) 95 98 #define NONAMELESSSTRUCT 96 99 #endif -
trunk/src/ole32/ole32.h
r5918 r5925 1 /* $Id: ole32.h,v 1.1 6 2001-06-06 17:17:21 birdExp $ */1 /* $Id: ole32.h,v 1.17 2001-06-07 12:46:40 sandervl Exp $ */ 2 2 /* 3 3 * … … 14 14 #ifndef __OLE32_H__ 15 15 #define __OLE32_H__ 16 17 #ifndef NONAMELESSUNION18 #define NONAMELESSUNION19 #endif20 16 21 17 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
Note:
See TracChangeset
for help on using the changeset viewer.
