Commit 4161a8b4 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

Stub CommandLineFromMsiDescriptor to prevent a crash in Accelerys

Materials Studio.
parent 0ea344e5
......@@ -171,3 +171,10 @@ BOOL WINAPI InitiateSystemShutdownExW( LPWSTR lpMachineName, LPWSTR lpMessage,
bRebootAfterShutdown, dwReason);
return TRUE;
}
DWORD WINAPI CommandLineFromMsiDescriptor(WCHAR *Descriptor, WCHAR *CommandLine,
DWORD *CommandLineLength)
{
FIXME("stub (%s)\n", debugstr_w(Descriptor));
return ERROR_CALL_NOT_IMPLEMENTED;
}
......@@ -26,7 +26,7 @@
@ stdcall ClearEventLogW (long wstr)
@ stdcall CloseEventLog (long)
@ stdcall CloseServiceHandle(long)
@ stub CommandLineFromMsiDescriptor
@ stdcall CommandLineFromMsiDescriptor(wstr wstr ptr)
@ stdcall ControlService(long long ptr)
@ stub ConvertSidToStringSidA #(ptr str) ConvertSidToStringSidA
@ stub ConvertSidToStringSidW #(ptr wstr) ConvertSidToStringSidW
......
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