mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[KERNEL32]: We lost an API. Rbuild didn't care.
svn path=/trunk/; revision=52771
This commit is contained in:
parent
222e577a94
commit
2780d189fc
1 changed files with 9 additions and 1 deletions
|
@ -104,7 +104,15 @@ GetComPlusPackageInstallStatus(VOID)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
BOOL
|
||||
WINAPI
|
||||
SetComPlusPackageInstallStatus(LPVOID lpInfo)
|
||||
{
|
||||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
VOID
|
||||
|
|
Loading…
Reference in a new issue