[KERNEL32_APITEST] Fix stack corruption in InitOnce test on x64

This commit is contained in:
Timo Kreuzer 2023-09-08 11:51:00 +03:00
parent 4459b4f42b
commit 6286475d71

View file

@ -72,8 +72,8 @@ InitOnceProc(
START_TEST(InitOnce)
{
BOOL bRet, fPending;
ULONG i, ulInitCount, ulSeed, ulContextData;
ULONG_PTR ulTempContext;
ULONG i, ulInitCount, ulSeed;
ULONG_PTR ulContextData, ulTempContext;
DWORD dwError;
HMODULE hKernel32;