mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
Comment out a fixme, it make a user mode crash (ntoskrnl\ke\exception.c:94 KiRaiseException ), after this viso installer start working, thx Christoph_vW to found it.
svn path=/trunk/; revision=18391
This commit is contained in:
parent
ea1ba0aefd
commit
0c2ceade45
1 changed files with 3 additions and 1 deletions
|
@ -821,7 +821,9 @@ LANGID WINAPI MsiLoadStringA( MSIHANDLE handle, UINT id, LPSTR lpBuffer,
|
|||
INSTALLSTATE WINAPI MsiLocateComponentA(LPCSTR szComponent, LPSTR lpPathBuf,
|
||||
DWORD *pcchBuf)
|
||||
{
|
||||
FIXME("%s %p %p\n", debugstr_a(szComponent), lpPathBuf, pcchBuf);
|
||||
/* This FIXME will crash some installer
|
||||
* FIXME("%s %p %p\n", debugstr_a(szComponent), lpPathBuf, pcchBuf);
|
||||
*/
|
||||
return INSTALLSTATE_UNKNOWN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue