shlwapi: expose the IStream_Read and IStream_Write functions.

Reece Dunn msclrhd at googlemail.com
Thu May 1 03:17:54 CDT 2008


The IStream_Read and IStream_Write functions in shlwapi are available
in the Platform SDK (see MSDN:
http://msdn.microsoft.com/en-us/library/bb773799(VS.85).aspx and
http://msdn.microsoft.com/en-us/library/bb773806(VS.85).aspx).

Since these methods are also defined by the COBJMACROS define when
pulling in the IStream interface definition, the SDK undefines both
IStream_Read and IStream_Write. Since those helper macros are no
longer available, the places that used them needed fixing up as well.

- Reece
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shlwapi-expose-the-IStream_Read-and-IStream_Write-f.patch
Type: text/x-diff
Size: 18723 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080501/7ed88d59/attachment-0001.patch 


More information about the wine-patches mailing list