wusa: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-02-07 08:41:50 +01:00 committed by Alexandre Julliard
parent 2e11d97390
commit 827988bd8a
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = wusa.exe
IMPORTS = cabinet shlwapi ole32 oleaut32 advapi32

View File

@ -1035,7 +1035,7 @@ static void restart_as_x86_64(void)
CloseHandle(pi.hProcess);
CloseHandle(pi.hThread);
}
else ERR("Failed to restart 64-bit %s, err %u\n", wine_dbgstr_w(filename), GetLastError());
else ERR("Failed to restart 64-bit %s, err %lu\n", wine_dbgstr_w(filename), GetLastError());
Wow64RevertWow64FsRedirection(redir);
ExitProcess(exit_code);