Implemented OLE clipboard functionality for Embed Source format.
authorAbey George <abey@macadamian.com>
Wed, 8 Mar 2000 18:49:36 +0000 (18:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Mar 2000 18:49:36 +0000 (18:49 +0000)
commit21dbb6c085de88f75f03a11a39777dc7180f3877
tree016459a379e7f346d73fde2d5205fa2b95784aa9
parentcc279986264852b08f78d8882ac3cd81088169ec
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.
dlls/ole32/Makefile.in
dlls/ole32/clipboard.c
dlls/ole32/datacache.c
dlls/ole32/ole2impl.c [new file with mode: 0644]
dlls/ole32/ole2stubs.c
dlls/ole32/olestd.h [new file with mode: 0644]
dlls/ole32/storage32.c
include/ole2.h
include/winerror.h