mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00: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:
parent
d0c1df7882
commit
902cdbc63a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue