Francois Gouget : inetcpl.cpl: Remove uneeded NONAMELESSUNION directives.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 12 10:48:19 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 12 10:39:09 2015 +0100

inetcpl.cpl: Remove uneeded NONAMELESSUNION directives.

---

 dlls/inetcpl.cpl/content.c  | 2 --
 dlls/inetcpl.cpl/general.c  | 2 --
 dlls/inetcpl.cpl/security.c | 1 -
 3 files changed, 5 deletions(-)

diff --git a/dlls/inetcpl.cpl/content.c b/dlls/inetcpl.cpl/content.c
index 8fb1729..d71c8b2 100644
--- a/dlls/inetcpl.cpl/content.c
+++ b/dlls/inetcpl.cpl/content.c
@@ -19,8 +19,6 @@
  *
  */
 
-#define NONAMELESSUNION
-
 #include <stdarg.h>
 #include <windef.h>
 #include <winbase.h>
diff --git a/dlls/inetcpl.cpl/general.c b/dlls/inetcpl.cpl/general.c
index 42948ea..0691579 100644
--- a/dlls/inetcpl.cpl/general.c
+++ b/dlls/inetcpl.cpl/general.c
@@ -19,8 +19,6 @@
  *
  */
 
-#define NONAMELESSUNION
-
 #include <stdarg.h>
 #include <windef.h>
 #include <winbase.h>
diff --git a/dlls/inetcpl.cpl/security.c b/dlls/inetcpl.cpl/security.c
index 48c4876..6d79057 100644
--- a/dlls/inetcpl.cpl/security.c
+++ b/dlls/inetcpl.cpl/security.c
@@ -21,7 +21,6 @@
 
 #define COBJMACROS
 #define CONST_VTABLE
-#define NONAMELESSUNION
 
 #include <stdarg.h>
 #include <windef.h>




More information about the wine-cvs mailing list