- Timestamp:
- Jun 6, 2001, 7:17:21 PM (24 years ago)
- Location:
- trunk/src/ole32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole32.h
r5472 r5918 1 /* $Id: ole32.h,v 1.1 5 2001-04-04 09:02:15 sandervlExp $ */1 /* $Id: ole32.h,v 1.16 2001-06-06 17:17:21 bird Exp $ */ 2 2 /* 3 3 * … … 15 15 #define __OLE32_H__ 16 16 17 #ifndef NONAMELESSUNION 17 18 #define NONAMELESSUNION 19 #endif 20 18 21 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 19 22 #define CINTERFACE 1 -
trunk/src/ole32/ole32.mak
r5916 r5918 1 # $Id: ole32.mak,v 1. 7 2001-06-06 17:11:17 sandervlExp $1 # $Id: ole32.mak,v 1.8 2001-06-06 17:17:21 bird Exp $ 2 2 3 3 # … … 22 22 # Overrides. 23 23 # 24 !if "$(CCENV)" == "VAC36"25 24 CDEFINES = $(CDEFINES) -DNONAMELESSSTRUCT -DNONAMELESSUNION 26 !endif27 25 CDEFINES = $(CDEFINES) -DWINE_LARGE_INTEGER 26 28 27 29 28 # … … 61 60 $(OBJDIR)\stubs.obj \ 62 61 $(OBJDIR)\ifs.obj \ 63 $(OBJDIR)\ole32rsrc.obj 62 $(OBJDIR)\ole32rsrc.obj 64 63 65 64 -
trunk/src/ole32/olestd.h
r5602 r5918 8 8 #define __WINE_OLESTD_H_ 9 9 10 #if !defined(__cplusplus) && !defined( __TURBOC__) 10 #if !defined(__cplusplus) && !defined( __TURBOC__) && !defined(NONAMELESSUNION) 11 11 #define NONAMELESSUNION /* use strict ANSI standard (for DVOBJ.H) */ 12 12 #endif
Note:
See TracChangeset
for help on using the changeset viewer.