Module: wine Branch: master Commit: 3988c3dc8fa39845827edfc8853a1ee1764d0cbf URL: http://source.winehq.org/git/wine.git/?a=commit;h=3988c3dc8fa39845827edfc885... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Nov 23 21:35:57 2006 +0100 user32/tests: Remove unneeded NONAMELESS* macros. --- 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>