shlwapi: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Fri Mar 20 03:50:41 CDT 2015


---
 dlls/shlwapi/istream.c   | 1 -
 dlls/shlwapi/msgbox.c    | 2 --
 dlls/shlwapi/ordinal.c   | 2 --
 dlls/shlwapi/stopwatch.c | 2 +-
 dlls/shlwapi/string.c    | 2 +-
 5 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/dlls/shlwapi/istream.c b/dlls/shlwapi/istream.c
index bbd331a..e641995 100644
--- a/dlls/shlwapi/istream.c
+++ b/dlls/shlwapi/istream.c
@@ -22,7 +22,6 @@
 
 #define COBJMACROS
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/shlwapi/msgbox.c b/dlls/shlwapi/msgbox.c
index 506bd46..90bbb59 100644
--- a/dlls/shlwapi/msgbox.c
+++ b/dlls/shlwapi/msgbox.c
@@ -24,8 +24,6 @@
 #include <stdarg.h>
 #include <string.h>
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c
index 0ea235c..3da25b4 100644
--- a/dlls/shlwapi/ordinal.c
+++ b/dlls/shlwapi/ordinal.c
@@ -28,8 +28,6 @@
 #include <string.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/shlwapi/stopwatch.c b/dlls/shlwapi/stopwatch.c
index 7f86fde..7a7007e 100644
--- a/dlls/shlwapi/stopwatch.c
+++ b/dlls/shlwapi/stopwatch.c
@@ -31,7 +31,7 @@
 #include <stdlib.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"
diff --git a/dlls/shlwapi/string.c b/dlls/shlwapi/string.c
index ca2f9b9..e865b91 100644
--- a/dlls/shlwapi/string.c
+++ b/dlls/shlwapi/string.c
@@ -28,7 +28,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #define NO_SHLWAPI_REG
-- 
2.1.4



More information about the wine-patches mailing list