• Alexandre Julliard's avatar
    Murali Pattathe · 8eba5c2a
    Alexandre Julliard authored
    This is the patch for the OleConvertOLESTREAMToIStorage wine API.
    This API calls another function called OLECONVERT_LoadOLE10 which
    basically read the OLE stream from the file through the callback
    function (this is passed by the application).
    
    The reading format was wrong. Still I am not very sure this is 100 %
    correct format. I did some reverse engineering and found the format. I
    have tried with different OLE object and its worked in paradox. I
    haven't tested with any other apps.
    8eba5c2a
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
antimoniker.c Loading commit data...
bindctx.c Loading commit data...
clipboard.c Loading commit data...
compobj.c Loading commit data...
compobj.spec Loading commit data...
compositemoniker.c Loading commit data...
datacache.c Loading commit data...
defaulthandler.c Loading commit data...
errorinfo.c Loading commit data...
filemoniker.c Loading commit data...
hglobalstream.c Loading commit data...
ifs.c Loading commit data...
ifs.h Loading commit data...
itemmoniker.c Loading commit data...
memlockbytes.c Loading commit data...
moniker.c Loading commit data...
ole2.c Loading commit data...
ole2.spec Loading commit data...
ole2stubs.c Loading commit data...
ole32.spec Loading commit data...
oleobj.c Loading commit data...
stg_bigblockfile.c Loading commit data...
stg_stream.c Loading commit data...
storage.c Loading commit data...
storage.spec Loading commit data...
storage32.c Loading commit data...
storage32.h Loading commit data...