ole2.dll16: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Mon Mar 16 13:06:46 CDT 2015


---
 dlls/ole2.dll16/memlockbytes.c | 2 +-
 dlls/ole2.dll16/ole2.c         | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/ole2.dll16/memlockbytes.c b/dlls/ole2.dll16/memlockbytes.c
index 80153df..93f91bc 100644
--- a/dlls/ole2.dll16/memlockbytes.c
+++ b/dlls/ole2.dll16/memlockbytes.c
@@ -25,7 +25,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "wine/winbase16.h"
diff --git a/dlls/ole2.dll16/ole2.c b/dlls/ole2.dll16/ole2.c
index 3a27132..0052142 100644
--- a/dlls/ole2.dll16/ole2.c
+++ b/dlls/ole2.dll16/ole2.c
@@ -29,8 +29,6 @@
 #include <stdio.h>
 #include <string.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