Ge van Geldorp : user32/tests: Fix test failure on Win7.

Alexandre Julliard julliard at winehq.org
Wed Aug 26 10:45:31 CDT 2009


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

Author: Ge van Geldorp <ggeldorp at vmware.com>
Date:   Mon Aug 24 14:31:19 2009 +0200

user32/tests: Fix test failure on Win7.

---

 dlls/user32/tests/input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c
index 8e085bd..0dd3f7e 100644
--- a/dlls/user32/tests/input.c
+++ b/dlls/user32/tests/input.c
@@ -78,7 +78,7 @@ static struct {
 static UINT (WINAPI *pSendInput) (UINT, INPUT*, size_t);
 static int (WINAPI *pGetMouseMovePointsEx) (UINT, LPMOUSEMOVEPOINT, LPMOUSEMOVEPOINT, int, DWORD);
 
-#define MAXKEYEVENTS 10
+#define MAXKEYEVENTS 12
 #define MAXKEYMESSAGES MAXKEYEVENTS /* assuming a key event generates one
                                        and only one message */
 




More information about the wine-cvs mailing list