Ignore:
Timestamp:
Feb 18, 2002, 11:57:27 PM (24 years ago)
Author:
phaller
Message:

Moved CoGetPSClsid call to where it belongs

File:
1 edited

Legend:

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

    r7926 r7954  
    1717extern HRESULT create_marshalled_proxy(REFCLSID rclsid, REFIID iid, LPVOID *ppv);
    1818
     19#ifndef __WIN32OS2__
    1920inline static HRESULT
    2021get_facbuf_for_iid(REFIID riid,IPSFactoryBuffer **facbuf) {
     
    2627    return CoGetClassObject(&pxclsid,CLSCTX_INPROC_SERVER,NULL,&IID_IPSFactoryBuffer,(LPVOID*)facbuf);
    2728}
     29#endif
    2830
    2931#define PIPEPREF "\\\\.\\pipe\\"
Note: See TracChangeset for help on using the changeset viewer.