[PATCH 1/3] headers: add CM_Reenumerate_DevNode, CM_Locate_DevNode prototypes

Dmitry Timoshkov dmitry at codeweavers.com
Sat May 3 21:32:52 CDT 2008


"Dmitry Timoshkov" <dmitry at codeweavers.com> wrote:

> From: "Vitaly Lipatov" <lav at etersoft.ru> wrote:
> 
>> +#ifdef UNICODE
>> +typedef DEVNODEID_W DEVNODEID;
>> +typedef DEVINSTID_W DEVINSTID;
>> +#else
>> +typedef DEVNODEID_A DEVNODEID;
>> +typedef DEVINSTID_A DEVINSTID;
>> +#endif
> 
> Wine headers do that differently.

Please ignore my comment, WINELIB_NAME_AW won't work properly in this
case.

-- 
Dmitry.



More information about the wine-devel mailing list