36 lines
499 B
C
36 lines
499 B
C
|
|
||
|
// a giant mega idl file to put the whole proxy together
|
||
|
|
||
|
#include "unknwn.h"
|
||
|
|
||
|
#include "objidl.h"
|
||
|
|
||
|
#include "oleidl.h"
|
||
|
|
||
|
#include "oaidl.h"
|
||
|
|
||
|
#include "ocidl.h"
|
||
|
|
||
|
#include "contxt.h"
|
||
|
|
||
|
#ifdef DCOM
|
||
|
|
||
|
// internal interfaces used by DCOM
|
||
|
// this is private! (for now)
|
||
|
#include "oleprv.h"
|
||
|
|
||
|
// This is for the remote activation forwarding interface
|
||
|
#ifdef _CHICAGO_
|
||
|
#include "forward.h"
|
||
|
#endif // _CHICAGO_
|
||
|
|
||
|
#endif // DCOM
|
||
|
|
||
|
#ifdef ASYNC
|
||
|
#include "iconn.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef _CAIRO_
|
||
|
#include "storext.h"
|
||
|
#endif
|