Commit 827988bd authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

wusa: Enable compilation with long types.

parent 2e11d973
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = wusa.exe
IMPORTS = cabinet shlwapi ole32 oleaut32 advapi32
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment