From cc1cb0ad8e2393ef31a616055ca46436536aca77 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 23 Nov 2006 21:33:55 +0100 Subject: [PATCH] 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, 14 deletions(-) diff --git a/dlls/dsound/tests/capture.c b/dlls/dsound/tests/capture.c index e4a782338a4..391d17fc180 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 #include diff --git a/dlls/dsound/tests/ds3d.c b/dlls/dsound/tests/ds3d.c index 5f7abea936c..c412dc655d5 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 #include diff --git a/dlls/dsound/tests/ds3d8.c b/dlls/dsound/tests/ds3d8.c index 74d56ec509a..15f87801031 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 #include diff --git a/dlls/dsound/tests/dsound.c b/dlls/dsound/tests/dsound.c index b2e072a63d3..ec1a0a2d80d 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 #include "wine/test.h" diff --git a/dlls/dsound/tests/dsound8.c b/dlls/dsound/tests/dsound8.c index 08d3623d933..53913452208 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 #include diff --git a/dlls/dsound/tests/duplex.c b/dlls/dsound/tests/duplex.c index cfa8582fc3a..dda7e47609f 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 #include diff --git a/dlls/dsound/tests/propset.c b/dlls/dsound/tests/propset.c index b435c969861..e4976a3c3fb 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 -- 2.11.4.GIT