mapi32/tests: Remove unneeded NONAMELESS* macros.

Francois Gouget fgouget at free.fr
Thu Nov 23 14:34:23 CST 2006


We're not supposed to use them in the tests anyway.
---
 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"
-- 
1.4.3.3




More information about the wine-patches mailing list