Module: wine Branch: master Commit: c1de3cc5d4ac6c5e00f303a7dc8472fc2774a373 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c1de3cc5d4ac6c5e00f303a7dc...
Author: Francois Gouget fgouget@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"