Changeset 6578 for trunk/src/quartz/main.c
- Timestamp:
- Aug 23, 2001, 8:34:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/quartz/main.c
r6563 r6578 6 6 #include "wingdi.h" 7 7 #include "ole2.h" 8 #include "wine/obj_oleaut.h" 8 9 #include "strmif.h" 10 #include "control.h" 9 11 #include "uuids.h" 10 12 … … 146 148 if ( ppobj == NULL ) 147 149 return E_POINTER; 150 if ( pOuter != NULL && !IsEqualGUID( riid, &IID_IUnknown ) ) 151 return CLASS_E_NOAGGREGATION; 148 152 149 153 *ppobj = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.