mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-10-07 18:39:40 +00:00
WIN32 is defined by the SDK, but _WIN32 is defined by the compiler. Since Dawn doesn't necessarily include <windows.h> everywhere dawn.h is included, we should use _WIN32 (which will always be defined).