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

This commit is contained in:
Francois Gouget 2015-03-05 17:01:54 +01:00 committed by Alexandre Julliard
parent 0de7b95c37
commit fb908b3a95
1 changed files with 0 additions and 4 deletions

View File

@ -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"