oleidl.h 725 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#ifndef __WINE__
#include "rpc.h"
#include "rpcndr.h"
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif
#endif

10 11 12 13 14
#ifndef __WINE_OLEIDL_H
#define __WINE_OLEIDL_H


#include "wine/obj_base.h"
15
#include "wine/obj_misc.h"
16 17 18 19 20 21 22 23 24 25 26 27 28

/* the following depend only on obj_base.h */
#include "wine/obj_storage.h"

/* the following depend on obj_storage.h */
#include "wine/obj_moniker.h"

/* the following depend on obj_moniker */
#include "wine/obj_dataobject.h"

/* the following depend on obj_dataobject.h */
#include "wine/obj_dragdrop.h"

29 30
#include "wine/obj_inplace.h"
#include "wine/obj_cache.h"
31 32
#include "wine/obj_oleobj.h"
#include "wine/obj_oleview.h"
33
#include "wine/obj_errorinfo.h"
34 35 36

#endif /* __WINE_OLEIDL_H */