Commit 8e111502 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: The only flag we don't handle is RSC_FLAG_UPDHLPDLLS.

parent 0154704f
...@@ -871,8 +871,8 @@ HRESULT WINAPI RunSetupCommandW(HWND hWnd, LPCWSTR szCmdName, ...@@ -871,8 +871,8 @@ HRESULT WINAPI RunSetupCommandW(HWND hWnd, LPCWSTR szCmdName,
debugstr_w(szDir), debugstr_w(lpszTitle), debugstr_w(szDir), debugstr_w(lpszTitle),
phEXE, dwFlags, pvReserved); phEXE, dwFlags, pvReserved);
if (dwFlags) if (dwFlags & RSC_FLAG_UPDHLPDLLS)
FIXME("Unhandled flags: 0x%08lx\n", dwFlags); FIXME("Unhandled flag: RSC_FLAG_UPDHLPDLLS\n");
if (!szCmdName || !szDir) if (!szCmdName || !szDir)
return E_INVALIDARG; return E_INVALIDARG;
......
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