* Sync up to trunk HEAD (r62975).
[reactos.git] / dll / win32 / msxml3 / nodelist.c
index 171d2a3..f523570 100644 (file)
@@ -68,6 +68,7 @@ static HRESULT WINAPI xmlnodelist_QueryInterface(
 
     TRACE("(%p)->(%s %p)\n", This, debugstr_guid(riid), ppvObject);
 
+#ifdef __REACTOS__
     if (!ppvObject)
     {
         /* NOTE: Interface documentation for IUnknown explicitly states
@@ -76,6 +77,7 @@ static HRESULT WINAPI xmlnodelist_QueryInterface(
          */
         return E_INVALIDARG;
     }
+#endif
 
     if ( IsEqualGUID( riid, &IID_IUnknown ) ||
          IsEqualGUID( riid, &IID_IDispatch ) ||