From 73c6275e94354558b8c0bacdf2681843b4d87da2 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 23 Nov 2006 21:34:23 +0100 Subject: [PATCH] mapi32/tests: Remove unneeded NONAMELESS* macros. --- dlls/mapi32/tests/imalloc.c | 2 -- dlls/mapi32/tests/prop.c | 2 -- dlls/mapi32/tests/util.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/dlls/mapi32/tests/imalloc.c b/dlls/mapi32/tests/imalloc.c index e8fee808693..e8efc4ad1b0 100644 --- a/dlls/mapi32/tests/imalloc.c +++ b/dlls/mapi32/tests/imalloc.c @@ -19,8 +19,6 @@ */ #define COBJMACROS -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "wine/test.h" #include "windef.h" #include "winbase.h" diff --git a/dlls/mapi32/tests/prop.c b/dlls/mapi32/tests/prop.c index d345535f5c1..4d874b810ef 100644 --- a/dlls/mapi32/tests/prop.c +++ b/dlls/mapi32/tests/prop.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "wine/test.h" #include "windef.h" #include "winbase.h" diff --git a/dlls/mapi32/tests/util.c b/dlls/mapi32/tests/util.c index 0772b140117..fd842c3f367 100644 --- a/dlls/mapi32/tests/util.c +++ b/dlls/mapi32/tests/util.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "wine/test.h" #include "windef.h" #include "winbase.h"