Ignore:
Timestamp:
Aug 23, 2001, 8:34:51 PM (24 years ago)
Author:
sandervl
Message:

wine updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/quartz/main.c

    r6563 r6578  
    66#include "wingdi.h"
    77#include "ole2.h"
     8#include "wine/obj_oleaut.h"
    89#include "strmif.h"
     10#include "control.h"
    911#include "uuids.h"
    1012
     
    146148        if ( ppobj == NULL )
    147149                return E_POINTER;
     150        if ( pOuter != NULL && !IsEqualGUID( riid, &IID_IUnknown ) )
     151                return CLASS_E_NOAGGREGATION;
    148152
    149153        *ppobj = NULL;
Note: See TracChangeset for help on using the changeset viewer.