[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: [PATCH 4/4] mfplat/tests: Add tests.
From:       Andrew Eikum <aeikum () codeweavers ! com>
Date:       2017-04-28 12:54:46
Message-ID: 20170428125446.GY19040 () foghorn ! codeweavers ! com
[Download RAW message or body]

On Fri, Apr 28, 2017 at 04:29:07AM +0000, Alistair Leslie-Hughes wrote:
> +static void test_register(void)
> +{
> +    static WCHAR name[] = {'W','i','n','e',' ','t','e','s','t',0};
> +    MFT_REGISTER_TYPE_INFO input;
> +    MFT_REGISTER_TYPE_INFO output;
> +    CLSID *clsids;
> +    UINT32 count;
> +    HRESULT ret;
> +
> +    memcpy(&input.guidMajorType, &DUMMY_GUID1, sizeof(GUID));
> +    memcpy(&input.guidMajorType, &DUMMY_GUID2, sizeof(GUID));
> +    memcpy(&output.guidSubtype, &DUMMY_GUID1, sizeof(GUID));
> +    memcpy(&output.guidSubtype, &DUMMY_GUID3, sizeof(GUID));
> +

Looks like some copy-paste errors here.

Andrew



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic