commit | ea1640fc0c18846935ad68d25494a855466e9212 | [log] [tgz] |
---|---|---|
author | Paul Quinn <paulq@corel.ca> | Wed Mar 10 18:03:53 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 10 18:03:53 1999 +0000 |
tree | b1fe815a43281f2ba9c0cb35c2a3ed9abae4783c | |
parent | 91d72b9964b240c596741d1d8bb6d9663306147b [diff] [blame] |
Added a lot of new OLE interfaces.
diff --git a/include/ocidl.h b/include/ocidl.h index 8691143..bce3185 100644 --- a/include/ocidl.h +++ b/include/ocidl.h
@@ -6,9 +6,12 @@ /* the following depend only on obj_base.h */ #include "wine/obj_olefont.h" +#include "wine/obj_picture.h" #include "wine/obj_control.h" #include "wine/obj_connection.h" +#include "wine/obj_property.h" +#include "wine/obj_oleundo.h" #endif /* __WINE_OCIDL_H */