9 Oct
2023
9 Oct
'23
12:24 p.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3996#note_47997