wineaudiofile.acm: Initial commit

Aric Stewart aric at codeweavers.com
Fri Mar 12 12:12:22 CST 2010


Thanks!

Henri Verbeet wrote:
>> +        ERR("Feed Error %c%c%c%c\n", (char) (ret>> 24),
>> +                                     (char) (ret>> 16),
>> +                                     (char) (ret>> 8),
>> +                                     (char) ret);
> debugstr_an((const char *)&ret, 4); may be easier / nicer.
> 

the problem is that that gets the error codes backwards ('typ?' outputs 
as '?pyt')

-aric



More information about the wine-devel mailing list