2001-07-18 22:04:08 +02:00
|
|
|
#ifndef __WINE__
|
|
|
|
#include "rpc.h"
|
|
|
|
#include "rpcndr.h"
|
|
|
|
#ifndef COM_NO_WINDOWS_H
|
|
|
|
#include "windows.h"
|
|
|
|
#include "ole2.h"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
1999-02-20 17:48:53 +01:00
|
|
|
#ifndef __WINE_OAIDL_H
|
|
|
|
#define __WINE_OAIDL_H
|
|
|
|
|
1999-03-10 19:03:53 +01:00
|
|
|
#include "ole2.h"
|
|
|
|
#include "objidl.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
|
|
|
|
/* the following depend only on obj_base.h */
|
|
|
|
#include "wine/obj_oleaut.h"
|
|
|
|
|
1999-02-25 17:32:10 +01:00
|
|
|
#endif /* _WINE_OAIDL_H */
|