Stub CommandLineFromMsiDescriptor to prevent a crash in Accelerys

Materials Studio.
This commit is contained in:
Juan Lang 2004-03-22 21:31:26 +00:00 committed by Alexandre Julliard
parent 0ea344e53a
commit 4161a8b474
2 changed files with 8 additions and 1 deletions

View File

@ -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;
}

View File

@ -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