Francois Gouget : mmsystem.dll16: Remove unneeded NONAMELESSXXX directives.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 13 08:44:25 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 13 10:33:01 2015 +0100

mmsystem.dll16: Remove unneeded NONAMELESSXXX directives.

---

 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"




More information about the wine-cvs mailing list