Implemented OLE clipboard functionality for Embed Source format.
It helps you cut and paste data with Embed Source format between
applications. It also implements OleCreateFromData and
OleQueryCreateFromData and fixes some bugs in datacache.c.
diff --git a/include/ole2.h b/include/ole2.h
index 3651a98..f89ef2f 100644
--- a/include/ole2.h
+++ b/include/ole2.h
@@ -13,6 +13,7 @@
#include "wine/obj_dragdrop.h"
#include "wine/obj_inplace.h"
#include "wine/obj_oleobj.h"
+#include "wine/obj_oleview.h"
#ifndef __WINE__
#include "oleidl.h"
#include "oleauto.h"