dlls/shell32/cpanelfolder.c - extended

Dmitry Timoshkov dmitry at baikal.ru
Tue Feb 8 22:25:14 CST 2005


"Ge van Geldorp" <gvg at reactos.com> wrote:

>      memcpy(&sei_tmp, psei, sizeof(sei_tmp));
>      sei_tmp.lpFile = path;
>      sei_tmp.fMask &= ~SEE_MASK_INVOKEIDLIST;
> +    sei_tmp.lpVerb = L"cplopen";

You can't use unicode literals in Wine, you need to explicitly
declare them.

-- 
Dmitry.




More information about the wine-devel mailing list