Francois Gouget : dplayx: Remove unneeded NONAMELESSSTRUCT directives.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 11 10:00:43 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Mar 11 11:30:00 2015 +0100

dplayx: Remove unneeded NONAMELESSSTRUCT directives.

---

 dlls/dplayx/dplay.c         | 2 +-
 dlls/dplayx/dplayx_global.c | 2 +-
 dlls/dplayx/dplobby.c       | 2 +-
 dlls/dplayx/name_server.c   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c
index bae6a15..4b8d546 100644
--- a/dlls/dplayx/dplay.c
+++ b/dlls/dplayx/dplay.c
@@ -25,7 +25,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winerror.h"
 #include "winbase.h"
diff --git a/dlls/dplayx/dplayx_global.c b/dlls/dplayx/dplayx_global.c
index f68cad0..8351f66 100644
--- a/dlls/dplayx/dplayx_global.c
+++ b/dlls/dplayx/dplayx_global.c
@@ -33,7 +33,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "wine/debug.h"
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c
index 3a968de..2b4b554 100644
--- a/dlls/dplayx/dplobby.c
+++ b/dlls/dplayx/dplobby.c
@@ -21,7 +21,7 @@
 
 #define COBJMACROS
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "winerror.h"
diff --git a/dlls/dplayx/name_server.c b/dlls/dplayx/name_server.c
index b3e4a4e..7b04bcd 100644
--- a/dlls/dplayx/name_server.c
+++ b/dlls/dplayx/name_server.c
@@ -23,7 +23,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "winnls.h"




More information about the wine-cvs mailing list