3 May
2008
3 May
'08
9:32 p.m.
"Dmitry Timoshkov" <dmitry(a)codeweavers.com> wrote:
From: "Vitaly Lipatov" <lav(a)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.