mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-31 07:34:46 +02:00

Previously we used `WIN32`, which sometimes does exist, but according to https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=vs-2019 `_WIN32` is the one that is actually provided by the compiler. Closes #1676.