mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
499 B
35 lines
499 B
|
|
// 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
|