[PATCH 9/9] wscript: add textstream.c; implement Host_get_StdOut

Octavian Voicu octavian.voicu at gmail.com
Mon Aug 22 06:43:31 CDT 2011


On Mon, Aug 22, 2011 at 1:54 PM, Michał Ziętek wrote:
> +static HRESULT WINAPI TextStream_QueryInterface(ITextStream *iface, REFIID riid, void **ppv)
> +{
> +    WINE_TRACE("(%s %p)\n", wine_dbgstr_guid(riid), ppv);
> +
> +    if(IsEqualGUID(&IID_IUnknown, riid)
> +       || IsEqualGUID(&IID_IDispatch, riid)
> +       || IsEqualGUID(&IID_IArguments2, riid)) {

Hello,

There's a copy-paste typo here.

Cheers,
Octavian



More information about the wine-devel mailing list