Francois Gouget : mapi32: Remove unneeded NONAMELESSXXX directives.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 13 08:44:25 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 13 10:32:38 2015 +0100

mapi32: Remove unneeded NONAMELESSXXX directives.

---

 dlls/mapi32/imalloc.c | 3 +--
 dlls/mapi32/prop.c    | 3 +--
 dlls/mapi32/util.c    | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dlls/mapi32/imalloc.c b/dlls/mapi32/imalloc.c
index eec81b6..90f29a1 100644
--- a/dlls/mapi32/imalloc.c
+++ b/dlls/mapi32/imalloc.c
@@ -21,8 +21,7 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"
diff --git a/dlls/mapi32/prop.c b/dlls/mapi32/prop.c
index ce122a3..530c41e 100644
--- a/dlls/mapi32/prop.c
+++ b/dlls/mapi32/prop.c
@@ -19,8 +19,7 @@
  */
 
 #include <stdarg.h>
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"
diff --git a/dlls/mapi32/util.c b/dlls/mapi32/util.c
index c94e3cf..1d16a33 100644
--- a/dlls/mapi32/util.c
+++ b/dlls/mapi32/util.c
@@ -23,8 +23,7 @@
 #include <stdio.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"




More information about the wine-cvs mailing list