mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[KERNEL32_APITEST] Fix stack corruption in InitOnce test on x64
This commit is contained in:
parent
4459b4f42b
commit
6286475d71
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue