mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Remove InstallHinfSection from stubs
svn path=/trunk/; revision=8149
This commit is contained in:
parent
b97de22cf5
commit
1765aab70d
1 changed files with 1 additions and 9 deletions
|
@ -186,12 +186,4 @@ BOOL WINAPI SetupCopyOEMInfA(PCSTR sourceinffile, PCSTR sourcemedialoc,
|
|||
{
|
||||
FIXME("stub: source %s location %s ...\n",sourceinffile, sourcemedialoc);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* InstallHinfSection (SETUPAPI.@)
|
||||
*/
|
||||
void WINAPI InstallHinfSection(HWND hwnd, HINSTANCE handle, LPCSTR cmdline, INT show)
|
||||
{
|
||||
FIXME("stub, hwnd %p, handle %p, cmdline %s\n", hwnd, handle, debugstr_a(cmdline));
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue