mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[KERNEL32_APITEST] Fix stack corruption in InitOnce test on x64
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user