Replaces usage of the WIN32 macro with _WIN32 instead. The former is user-defined and seems to be generally considered somewhat unsafe; the latter is defined by the compiler.
Replaces usage of the `WIN32` macro with `_WIN32` instead. The former is user-defined and seems to be generally considered somewhat unsafe; the latter is defined by the compiler.
See: https://stackoverflow.com/a/74084728