mmsystem.dll16: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Fri Mar 13 04:33:01 CDT 2015


---
 dlls/mmsystem.dll16/mci16.c    | 2 --
 dlls/mmsystem.dll16/mmio16.c   | 2 --
 dlls/mmsystem.dll16/mmsystem.c | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dlls/mmsystem.dll16/mci16.c b/dlls/mmsystem.dll16/mci16.c
index 2ad82a6..b356a44 100644
--- a/dlls/mmsystem.dll16/mci16.c
+++ b/dlls/mmsystem.dll16/mci16.c
@@ -23,8 +23,6 @@
 #include <string.h>
 #include <stdio.h>
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #include "windef.h"
 #include "winbase.h"
 #include "mmsystem.h"
diff --git a/dlls/mmsystem.dll16/mmio16.c b/dlls/mmsystem.dll16/mmio16.c
index df28a66..366d4a5 100644
--- a/dlls/mmsystem.dll16/mmio16.c
+++ b/dlls/mmsystem.dll16/mmio16.c
@@ -22,8 +22,6 @@
 #include <stdarg.h>
 #include <string.h>
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #include "windef.h"
 #include "winbase.h"
 #include "mmsystem.h"
diff --git a/dlls/mmsystem.dll16/mmsystem.c b/dlls/mmsystem.dll16/mmsystem.c
index fe8f587..fdf1318 100644
--- a/dlls/mmsystem.dll16/mmsystem.c
+++ b/dlls/mmsystem.dll16/mmsystem.c
@@ -30,7 +30,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