mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[ATL] Remove an assert that doesn't exist in the native ATL
This fixes an ATL assert in shell32_winetest:assoc and shell32_winetest:shfldr_special
This commit is contained in:
@@ -1516,7 +1516,7 @@ inline HRESULT __stdcall AtlInternalQueryInterface(void *pThis, const _ATL_INTMA
|
||||
ATLASSERT(pThis != NULL && pEntries != NULL);
|
||||
if (pThis == NULL || pEntries == NULL)
|
||||
return E_INVALIDARG;
|
||||
ATLASSERT(ppvObject != NULL);
|
||||
|
||||
if (ppvObject == NULL)
|
||||
return E_POINTER;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user