Murali Pattathe
commit8eba5c2a217c69ab521c9fdff8ccf5b7f4002b11
authorAlexandre Julliard <julliard@winehq.org>
Tue, 29 Feb 2000 22:03:14 +0000 (29 22:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Feb 2000 22:03:14 +0000 (29 22:03 +0000)
tree2e305913cca53c9d387a012fa6ed323dc32f04ef
parent194bd0526043f1484afdbfd8fd4c720d6f106614
Murali Pattathe

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.
dlls/ole32/storage32.c