ole32: Don't define NONAMELESSUNION in olestd.h. It's not needed anyway.
This commit is contained in:
parent
0de7b95c37
commit
fb908b3a95
|
@ -19,10 +19,6 @@
|
|||
#if !defined( __WINE_OLESTD_H_ )
|
||||
#define __WINE_OLESTD_H_
|
||||
|
||||
#if !defined(__cplusplus) && !defined( __TURBOC__)
|
||||
#define NONAMELESSUNION /* use strict ANSI standard (for DVOBJ.H) */
|
||||
#endif
|
||||
|
||||
/* Clipboard format strings */
|
||||
#define CF_EMBEDSOURCE "Embed Source"
|
||||
#define CF_EMBEDDEDOBJECT "Embedded Object"
|
||||
|
|
Loading…
Reference in New Issue