comctl32: Remove unneeded NONAMELESSSTRUCT directives.

Francois Gouget fgouget at free.fr
Mon Mar 9 03:32:08 CDT 2015


---
 dlls/comctl32/comctl32undoc.c | 1 -
 dlls/comctl32/propsheet.c     | 2 +-
 dlls/comctl32/treeview.c      | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c
index 97bbf1a..639db05 100644
--- a/dlls/comctl32/comctl32undoc.c
+++ b/dlls/comctl32/comctl32undoc.c
@@ -36,7 +36,6 @@
 
 #define COBJMACROS
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c
index 5de0deb..ce7001c 100644
--- a/dlls/comctl32/propsheet.c
+++ b/dlls/comctl32/propsheet.c
@@ -56,7 +56,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c
index 4067323..f13090f 100644
--- a/dlls/comctl32/treeview.c
+++ b/dlls/comctl32/treeview.c
@@ -51,7 +51,7 @@
 #include <stdlib.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
-- 
2.1.4




More information about the wine-patches mailing list