mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[CMD][SERVMAN][SHELL32][WINSPOOL][ROSAPPS][NTOS:PNP] Fix my build.
This commit is contained in:
parent
ec0853ba70
commit
3c722e35b1
8 changed files with 23 additions and 17 deletions
|
@ -16,6 +16,7 @@ static void execute_test(LPCWSTR DllFile)
|
|||
HRESULT hr;
|
||||
HANDLE hEvent;
|
||||
DWORD dwRet;
|
||||
HMODULE mod;
|
||||
|
||||
hEvent = CreateEventA(NULL, TRUE, FALSE, "Local\\shlwapi_apitest_evt");
|
||||
|
||||
|
@ -24,7 +25,7 @@ static void execute_test(LPCWSTR DllFile)
|
|||
ok_hex(dwRet, WAIT_TIMEOUT);
|
||||
|
||||
// Ensure the module is not loaded yet...
|
||||
HMODULE mod = GetModuleHandleW(DllFile);
|
||||
mod = GetModuleHandleW(DllFile);
|
||||
if (mod != NULL)
|
||||
{
|
||||
CloseHandle(hEvent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue