user32/tests: Remove unneeded NONAMELESS* macros.

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


We're not supposed to use them in the tests anyway.
---
 dlls/user32/tests/dce.c  |    3 ---
 dlls/user32/tests/menu.c |    3 ---
 dlls/user32/tests/win.c  |    3 ---
 3 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/dlls/user32/tests/dce.c b/dlls/user32/tests/dce.c
index ada01fd..72cd3fa 100644
--- a/dlls/user32/tests/dce.c
+++ b/dlls/user32/tests/dce.c
@@ -18,9 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-
 #include <assert.h>
 #include <stdlib.h>
 #include <stdarg.h>
diff --git a/dlls/user32/tests/menu.c b/dlls/user32/tests/menu.c
index af01462..3b24553 100644
--- a/dlls/user32/tests/menu.c
+++ b/dlls/user32/tests/menu.c
@@ -18,9 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index 81e8ba4..65795da 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -23,9 +23,6 @@
 /* To get ICON_SMALL2 with the MSVC headers */
 #define _WIN32_WINNT 0x0501
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-
 #include <assert.h>
 #include <stdlib.h>
 #include <stdarg.h>
-- 
1.4.3.3




More information about the wine-patches mailing list