Nikolay Sivov nsivov@codeweavers.com wrote:
- PeekMessageA(&msg, NULL, WM_USER, WM_USER, PM_NOREMOVE);
IMHO it would be much better to use W version of APIs while doing this cleanup. Same applies to all other your patches that prepare switching compilation to using -D__WINESRC__.