dinput/tests: Remove unneeded NONAMELESS* macros.

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


We're not supposed to use them in the tests anyway.
---
 dlls/dinput/tests/joystick.c |    2 --
 dlls/dinput/tests/keyboard.c |    2 --
 dlls/dinput/tests/mouse.c    |    2 --
 3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/dinput/tests/joystick.c b/dlls/dinput/tests/joystick.c
index ad13bca..42e13b7 100644
--- a/dlls/dinput/tests/joystick.c
+++ b/dlls/dinput/tests/joystick.c
@@ -18,8 +18,6 @@
 
 #define DIRECTINPUT_VERSION 0x0700
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <math.h>
diff --git a/dlls/dinput/tests/keyboard.c b/dlls/dinput/tests/keyboard.c
index 68155a1..c324003 100644
--- a/dlls/dinput/tests/keyboard.c
+++ b/dlls/dinput/tests/keyboard.c
@@ -19,8 +19,6 @@
 #define DIRECTINPUT_VERSION 0x0700
 
 #define COBJMACROS
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <math.h>
diff --git a/dlls/dinput/tests/mouse.c b/dlls/dinput/tests/mouse.c
index 9da44a7..57a5e2e 100644
--- a/dlls/dinput/tests/mouse.c
+++ b/dlls/dinput/tests/mouse.c
@@ -20,8 +20,6 @@
 #define DIRECTINPUT_VERSION 0x0700
 
 #define COBJMACROS
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #include <windows.h>
 
 #include <math.h>
-- 
1.4.3.3



More information about the wine-patches mailing list