mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-17 17:31:47 +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).