msdaps: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Mon Mar 16 11:46:26 CDT 2015


---

This patch and the others have been checked on 64bit...
Hopefully there won't be other surprises.

 dlls/msdaps/main.c       | 2 --
 dlls/msdaps/row_server.c | 2 --
 dlls/msdaps/usrmarshal.c | 2 --
 3 files changed, 6 deletions(-)

diff --git a/dlls/msdaps/main.c b/dlls/msdaps/main.c
index 14c6c01..403df3a 100644
--- a/dlls/msdaps/main.c
+++ b/dlls/msdaps/main.c
@@ -21,8 +21,6 @@
 #include <string.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/msdaps/row_server.c b/dlls/msdaps/row_server.c
index 9afe881..784ade8 100644
--- a/dlls/msdaps/row_server.c
+++ b/dlls/msdaps/row_server.c
@@ -21,8 +21,6 @@
 #include <string.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/msdaps/usrmarshal.c b/dlls/msdaps/usrmarshal.c
index b70d3f4..1243e48 100644
--- a/dlls/msdaps/usrmarshal.c
+++ b/dlls/msdaps/usrmarshal.c
@@ -21,8 +21,6 @@
 #include <string.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"
-- 
2.1.4




More information about the wine-patches mailing list