1999-02-20 17:48:53 +01:00
|
|
|
#ifndef __WINE_OCIDL_H
|
|
|
|
#define __WINE_OCIDL_H
|
|
|
|
|
|
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
|
|
|
|
/* the following depend only on obj_base.h */
|
|
|
|
#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 */
|
|
|
|
|
|
|
|
|