From 867e2eb7f4928ece8aaded4f3b615a92cca88238 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 2 Aug 2007 23:29:43 +0000 Subject: [PATCH] 0x124a is NtUserValidateTimerCallback, thanks jimtabor for finding this out. svn path=/trunk/; revision=28112 --- rostests/apitests/w32knapi/xp-2600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/w32knapi/xp-2600.c b/rostests/apitests/w32knapi/xp-2600.c index 664e3228987..9fb32455f97 100644 --- a/rostests/apitests/w32knapi/xp-2600.c +++ b/rostests/apitests/w32knapi/xp-2600.c @@ -591,7 +591,7 @@ SyscallTable_XP_2600[] = {L"NtUserUserHandleGrantAccess", 0x1247,3}, {L"NtUserValidateHandleSecure", 0x1248,1}, {L"NtUserValidateRect", 0x1249,2}, - {L"Nt_Unknown", 0x124a, 3}, + {L"NtUserValidateTimerCallback", 0x124a, 3}, {L"NtUserVkKeyScanEx", 0x124b,3}, {L"NtUserWaitForInputIdle", 0x124c,3}, {L"NtUserWaitForMsgAndEvent", 0x124d,1},