[PATCH 2/2] include: Fix a typo.

Zhiyi Zhang zzhang at codeweavers.com
Thu Aug 16 02:41:37 CDT 2018


On Thu 8 16 13:05, Alex Henrie wrote:
> On Wed, Aug 15, 2018 at 10:55 PM Zhiyi Zhang <zzhang at codeweavers.com> wrote:
>> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
>> ---
>>  include/commctrl.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/commctrl.h b/include/commctrl.h
>> index c01d7c2e5a..455f8a42ca 100644
>> --- a/include/commctrl.h
>> +++ b/include/commctrl.h
>> @@ -2792,7 +2792,7 @@ typedef struct tagTVITEMCHANGE
> Shouldn't you change "tagTVITEMCHANGE" to "tagNMTVITEMCHANGE" too?

No.  Because tagTVITEMCHANGE is correct.

>>      UINT uStateNew;
>>      UINT uStateOld;
>>      LPARAM lParam;
>> -} NVTVITEMCHANGE;
>> +} NMTVITEMCHANGE;
>>
>>  typedef struct tagNMTVASYNCDRAW
>>  {
>> --
>> 2.18.0
>>
>>
>>
>



More information about the wine-devel mailing list