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

Francois Gouget fgouget at free.fr
Thu Mar 5 10:01:54 CST 2015


---

When needed I think it's generally better to define it in the C files 
that need them. But here 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"
-- 
2.1.4




More information about the wine-patches mailing list