1999-02-20 17:48:53 +01:00
|
|
|
#ifndef __WINE_OCIDL_H
|
|
|
|
#define __WINE_OCIDL_H
|
|
|
|
|
2000-11-30 02:31:28 +01:00
|
|
|
#if !defined(COM_NO_WINDOWS_H) && !defined(__WINE__)
|
2000-09-26 02:00:55 +02:00
|
|
|
#include "windows.h"
|
|
|
|
#include "ole2.h"
|
2000-11-30 02:31:28 +01:00
|
|
|
#endif
|
1999-02-20 17:48:53 +01:00
|
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
|
|
|
|
/* the following depend only on obj_base.h */
|
2000-09-26 02:00:55 +02:00
|
|
|
#include "wine/obj_storage.h"
|
|
|
|
#include "wine/obj_oleaut.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
#include "wine/obj_olefont.h"
|
1999-03-10 19:03:53 +01:00
|
|
|
#include "wine/obj_picture.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
|
1999-02-25 18:10:15 +01:00
|
|
|
#include "wine/obj_control.h"
|
|
|
|
#include "wine/obj_connection.h"
|
1999-03-10 19:03:53 +01:00
|
|
|
#include "wine/obj_property.h"
|
|
|
|
#include "wine/obj_oleundo.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
|
|
|
|
#endif /* __WINE_OCIDL_H */
|
|
|
|
|
|
|
|
|