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.
26 lines
363 B
26 lines
363 B
|
|
// a giant mega idl file to put the whole proxy together
|
|
|
|
#define DO_NO_IMPORTS
|
|
#define __INCLUDE_CPIFS
|
|
|
|
import "wtypes.idl";
|
|
|
|
#include "unknwn.idl"
|
|
|
|
#include "objidl.idl"
|
|
|
|
#include "oleidl.idl"
|
|
|
|
#include "contxt.idl"
|
|
|
|
//#include "oaidl.idl"
|
|
|
|
#ifdef DCOM
|
|
// internal interfaces used by DCOM
|
|
#include "oleprv.idl"
|
|
#endif
|
|
|
|
#ifdef ASYNC
|
|
#include "iconn.idl"
|
|
#endif
|