Description
The _WINESRC_ define enables enforcement of several programming practices that are incompatible with Microsoft's headers. Wine code consequently requires these modifications to the headers in order to build correctly.
Currently we always define MAKEINTRESOURCE to yield a value of type PTSTR, but Wine sources prohibit the use of TCHARs and expect it to yield ULONG_PTR instead.