winmm: Remove unneeded NONAMELESSSTRUCT directives.

Francois Gouget fgouget at free.fr
Tue Mar 31 14:05:54 CDT 2015


---
 dlls/winmm/lolvldrv.c | 2 +-
 dlls/winmm/winmm.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c
index c3b3674..3f63e5f 100644
--- a/dlls/winmm/lolvldrv.c
+++ b/dlls/winmm/lolvldrv.c
@@ -24,8 +24,8 @@
 #include "wine/port.h"
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #define COBJMACROS
+
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/winmm/winmm.c b/dlls/winmm/winmm.c
index 13499ad..43f7268 100644
--- a/dlls/winmm/winmm.c
+++ b/dlls/winmm/winmm.c
@@ -44,7 +44,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "mmsystem.h"
-- 
2.1.4




More information about the wine-patches mailing list