mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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)
|
START_TEST(InitOnce)
|
||||||
{
|
{
|
||||||
BOOL bRet, fPending;
|
BOOL bRet, fPending;
|
||||||
ULONG i, ulInitCount, ulSeed, ulContextData;
|
ULONG i, ulInitCount, ulSeed;
|
||||||
ULONG_PTR ulTempContext;
|
ULONG_PTR ulContextData, ulTempContext;
|
||||||
DWORD dwError;
|
DWORD dwError;
|
||||||
|
|
||||||
HMODULE hKernel32;
|
HMODULE hKernel32;
|
||||||
|
|
Loading…
Reference in a new issue