On Mon Oct 9 09:49:33 2023 +0000, Alexandre Julliard wrote:
Using __WINE_PE_BUILD doesn't make sense, this is also used in non-PE builds. For Windows-specific code you should use `#ifdef _WIN32`. For things that should be disabled on Wine you can simply comment them out.
I just used `#if 1` / `#if 0` with comments for the few Wine-specific changes.