shell32/tests: Change Dec to Hex

Alexandre Julliard julliard at winehq.org
Tue Nov 19 12:11:33 CST 2013


Bruno Jesus <00cpxxx at gmail.com> writes:

> On Tue, Nov 19, 2013 at 3:37 PM, Lauri Kenttä <lauri.kentta at gmail.com> wrote:
>> On 2013-11-19 18:03, Zhenbo Li wrote:
>>>
>>> +       "Expected 0x402 or ERROR_FILE_NOT_FOUND, got %d\n", retval);
>>
>>
>> You should probably change the %d to %x, too.
>>
>> On the other hand, I don't see any need for your patch whatsoever. Maybe you
>> should explain yourself.
>
> Nikolay asked him:
> http://wine.1045685.n5.nabble.com/Re-shell32-tests-delete-a-nonexistent-file-in-an-existent-dir-or-a-nonexistent-dir-td5777683.html

Actually for Win32 error codes, decimal is preferable, that's how they
are listed in winerror.h.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list