On 7/25/05, Dmitry Timoshkov dmitry@baikal.ru wrote:
Probably we need to move itss.idl to include/ so that a generated itss.h could be accessed globally.
When I send in a patch to move itss.idl to include/ (or whoever does it), do I need to also include the removal of itss.idl from the itss directory as in:
diff -u -p dlls/itss/itss.idl /dev/null
or should I just say itss.idl needs to be removed?
- hr = pStorage->lpVtbl->OpenStream(pStorage, stringsW, NULL, STGM_READ, 0, &pStream);
Please use IStorage_OpenStream macro here and similar macros instead of accessing vtable directly.
I'll make these changes and send them in the next patch. Thanks for the tips.