mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ATL]
- Don't pretend success if we actually failed in CComModule::GetClassObject svn path=/trunk/; revision=59444
This commit is contained in:
@@ -617,6 +617,11 @@ public:
|
||||
objectMapEntry++;
|
||||
}
|
||||
}
|
||||
if (hResult == S_OK && *ppv == NULL)
|
||||
{
|
||||
// FIXME: call AtlComModuleGetClassObject
|
||||
hResult = CLASS_E_CLASSNOTAVAILABLE;
|
||||
}
|
||||
return hResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user