2020-09-30 17:12:29 +02:00

29 lines
372 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 "srvhdl.h"
#ifdef DCOM
// internal interfaces used by DCOM
// this is private! (for now)
#include "oleprv.h"
#endif
#ifdef ASYNC
#include "iconn.h"
#endif
#ifdef _CAIRO_
#include "storext.h"
#endif