Ignore:
Timestamp:
Feb 19, 2002, 1:36:54 PM (24 years ago)
Author:
sandervl
Message:

put back old code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/compobj_private.h

    r7954 r7958  
    1717extern HRESULT create_marshalled_proxy(REFCLSID rclsid, REFIID iid, LPVOID *ppv);
    1818
    19 #ifndef __WIN32OS2__
    2019inline static HRESULT
    2120get_facbuf_for_iid(REFIID riid,IPSFactoryBuffer **facbuf) {
     
    2726    return CoGetClassObject(&pxclsid,CLSCTX_INPROC_SERVER,NULL,&IID_IPSFactoryBuffer,(LPVOID*)facbuf);
    2827}
    29 #endif
    3028
    3129#define PIPEPREF "\\\\.\\pipe\\"
Note: See TracChangeset for help on using the changeset viewer.