Module: wine Branch: master Commit: 73c6275e94354558b8c0bacdf2681843b4d87da2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=73c6275e94354558b8c0bacdf2...
Author: Francois Gouget fgouget@free.fr Date: Thu Nov 23 21:34:23 2006 +0100
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, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/mapi32/tests/imalloc.c b/dlls/mapi32/tests/imalloc.c index e8fee80..e8efc4a 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 d345535..4d874b8 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 0772b14..fd842c3 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"