Francois Gouget : dinput/tests: Remove unneeded NONAMELESS* macros.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 24 06:19:05 CST 2006


Module: wine
Branch: master
Commit: dc44dbfa419b54d123ae2e49cb07ff94c3891f88
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dc44dbfa419b54d123ae2e49cb07ff94c3891f88

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 23 21:33:40 2006 +0100

dinput/tests: Remove unneeded NONAMELESS* macros.

---

 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>




More information about the wine-cvs mailing list