localspl: Remove uneeded NONAMELESSUNION directives.

Francois Gouget fgouget at free.fr
Fri Mar 13 04:31:58 CDT 2015


---
 dlls/localspl/localmon.c      | 1 -
 dlls/localspl/localspl_main.c | 1 -
 dlls/localspl/provider.c      | 1 -
 3 files changed, 3 deletions(-)

diff --git a/dlls/localspl/localmon.c b/dlls/localspl/localmon.c
index 8737a06..4ee3efb 100644
--- a/dlls/localspl/localmon.c
+++ b/dlls/localspl/localmon.c
@@ -21,7 +21,6 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/localspl/localspl_main.c b/dlls/localspl/localspl_main.c
index d4a3c33..48db9c3 100644
--- a/dlls/localspl/localspl_main.c
+++ b/dlls/localspl/localspl_main.c
@@ -21,7 +21,6 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/localspl/provider.c b/dlls/localspl/provider.c
index 8256c5c..b5fcdb1 100644
--- a/dlls/localspl/provider.c
+++ b/dlls/localspl/provider.c
@@ -21,7 +21,6 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
 
 #include "windef.h"
 #include "winbase.h"
-- 
2.1.4




More information about the wine-patches mailing list