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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 6 06:27:27 CST 2015


Module: wine
Branch: master
Commit: fb908b3a956b8e064c54d73db690b2d5deae4d1f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fb908b3a956b8e064c54d73db690b2d5deae4d1f

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar  5 17:01:54 2015 +0100

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

---

 dlls/ole32/olestd.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/ole32/olestd.h b/dlls/ole32/olestd.h
index 02a4d3b..fbc4442 100644
--- a/dlls/ole32/olestd.h
+++ b/dlls/ole32/olestd.h
@@ -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"




More information about the wine-cvs mailing list