Francois Gouget : winmm: Remove unneeded NONAMELESSSTRUCT directives.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 1 10:40:58 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 31 21:05:54 2015 +0200

winmm: Remove unneeded NONAMELESSSTRUCT directives.

---

 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"




More information about the wine-cvs mailing list