From b7d6b9218841dca8999ab321015efe386b342aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 15 May 2005 08:30:35 +0000 Subject: [PATCH] Remove local definitions for stuff which is now present in our headers svn path=/trunk/; revision=15295 --- reactos/lib/dinput/keyboard.c | 8 -------- reactos/lib/dinput/mouse.c | 7 ------- 2 files changed, 15 deletions(-) diff --git a/reactos/lib/dinput/keyboard.c b/reactos/lib/dinput/keyboard.c index 22fe5f791d0..f6164ac8c11 100644 --- a/reactos/lib/dinput/keyboard.c +++ b/reactos/lib/dinput/keyboard.c @@ -38,14 +38,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(dinput); -//fast fix misning from mingw headers -#ifdef __REACTOS__ -#define LLKHF_EXTENDED (KF_EXTENDED >> 8) -#define LLKHF_INJECTED 0x00000010 -//#define LLKHF_ALTDOWN (KF_ALTDOWN >> 8) -#define LLKHF_UP (KF_UP >> 8) -#endif - #define WINE_DINPUT_KEYBOARD_MAX_KEYS 256 static IDirectInputDevice8AVtbl SysKeyboardAvt; diff --git a/reactos/lib/dinput/mouse.c b/reactos/lib/dinput/mouse.c index 3ac8090ad25..47dc282f51a 100644 --- a/reactos/lib/dinput/mouse.c +++ b/reactos/lib/dinput/mouse.c @@ -40,13 +40,6 @@ #define MOUSE_HACK WINE_DEFAULT_DEBUG_CHANNEL(dinput); -typedef struct { - POINT pt; - DWORD mouseData; - DWORD flags; - DWORD time; - ULONG_PTR dwExtraInfo; -} MSLLHOOKSTRUCT, *PMSLLHOOKSTRUCT; /* Wine mouse driver object instances */ #define WINE_MOUSE_X_AXIS_INSTANCE 0