[v2] Add a GUI for dxdiag program

Ruslan Kabatsayev b7.10110111 at gmail.com
Thu Sep 1 15:09:57 CDT 2016


On Thu, Sep 1, 2016 at 11:03 PM, Matteo Bruni <matteo.mystral at gmail.com> wrote:
>>> Also you don't need to cast, just use
>>> MAKEINTRESOURCEW() (see for example notepad/dialog.c).
>> I did at first, but with gcc 5 I got ugly warnings.
>
> Ah, interesting. Does notepad also generate those warnings?

No, it doesn't. I see now, I didn't notice the difference between what
I did and your suggestion (MAKEINTRESOURCE vs MAKEINTRESOURCEW). It's
only the former which triggers the warning (and from winuser.h, this
seems intentional).



More information about the wine-devel mailing list