Francois Gouget : dsound/tests: Remove unneeded NONAMELESS* macros.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 24 06:19:08 CST 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 23 21:33:55 2006 +0100

dsound/tests: Remove unneeded NONAMELESS* macros.

---

 dlls/dsound/tests/capture.c |    2 --
 dlls/dsound/tests/ds3d.c    |    2 --
 dlls/dsound/tests/ds3d8.c   |    2 --
 dlls/dsound/tests/dsound.c  |    2 --
 dlls/dsound/tests/dsound8.c |    2 --
 dlls/dsound/tests/duplex.c  |    2 --
 dlls/dsound/tests/propset.c |    2 --
 7 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/dlls/dsound/tests/capture.c b/dlls/dsound/tests/capture.c
index e4a7823..391d17f 100644
--- a/dlls/dsound/tests/capture.c
+++ b/dlls/dsound/tests/capture.c
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <stdio.h>
diff --git a/dlls/dsound/tests/ds3d.c b/dlls/dsound/tests/ds3d.c
index 5f7abea..c412dc6 100644
--- a/dlls/dsound/tests/ds3d.c
+++ b/dlls/dsound/tests/ds3d.c
@@ -23,8 +23,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <math.h>
diff --git a/dlls/dsound/tests/ds3d8.c b/dlls/dsound/tests/ds3d8.c
index 74d56ec..15f8780 100644
--- a/dlls/dsound/tests/ds3d8.c
+++ b/dlls/dsound/tests/ds3d8.c
@@ -23,8 +23,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <math.h>
diff --git a/dlls/dsound/tests/dsound.c b/dlls/dsound/tests/dsound.c
index b2e072a..ec1a0a2 100644
--- a/dlls/dsound/tests/dsound.c
+++ b/dlls/dsound/tests/dsound.c
@@ -25,8 +25,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include "wine/test.h"
diff --git a/dlls/dsound/tests/dsound8.c b/dlls/dsound/tests/dsound8.c
index 08d3623..5391345 100644
--- a/dlls/dsound/tests/dsound8.c
+++ b/dlls/dsound/tests/dsound8.c
@@ -25,8 +25,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 #include <stdio.h>
 
diff --git a/dlls/dsound/tests/duplex.c b/dlls/dsound/tests/duplex.c
index cfa8582..dda7e47 100644
--- a/dlls/dsound/tests/duplex.c
+++ b/dlls/dsound/tests/duplex.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <stdio.h>
diff --git a/dlls/dsound/tests/propset.c b/dlls/dsound/tests/propset.c
index b435c96..e4976a3 100644
--- a/dlls/dsound/tests/propset.c
+++ b/dlls/dsound/tests/propset.c
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #define COBJMACROS
 #include <windows.h>
 




More information about the wine-cvs mailing list