mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[KERNEL32]: We lost an API. Rbuild didn't care.
svn path=/trunk/; revision=52771
This commit is contained in:
@@ -104,7 +104,15 @@ GetComPlusPackageInstallStatus(VOID)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
BOOL
|
||||
WINAPI
|
||||
SetComPlusPackageInstallStatus(LPVOID lpInfo)
|
||||
{
|
||||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user