Commit fb908b3a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32: Don't define NONAMELESSUNION in olestd.h. It's not needed anyway.

parent 0de7b95c
...@@ -19,10 +19,6 @@ ...@@ -19,10 +19,6 @@
#if !defined( __WINE_OLESTD_H_ ) #if !defined( __WINE_OLESTD_H_ )
#define __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 */ /* Clipboard format strings */
#define CF_EMBEDSOURCE "Embed Source" #define CF_EMBEDSOURCE "Embed Source"
#define CF_EMBEDDEDOBJECT "Embedded Object" #define CF_EMBEDDEDOBJECT "Embedded Object"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment