user32/tests: Fix test failure on Win7.

This commit is contained in:
Ge van Geldorp 2009-08-24 14:31:19 +02:00 committed by Alexandre Julliard
parent 40d8c87df2
commit 0a1e0a3261
1 changed files with 1 additions and 1 deletions

View File

@ -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 */