Skip to content
  • Martin Storsjö's avatar
    Check for _WIN32 instead of WIN32 in preprocessor checks · dd8e04fb
    Martin Storsjö authored and Tristan Matthews's avatar Tristan Matthews committed
    _WIN32 is always defined by the compiler automatically when targeting
    that platform, while WIN32 only is defined automatically in some
    configurations, and e.g. in MSVC only ever is defined in project files
    (if at all).
    
    Some other checks in the codebase already check for both WIN32 and
    _WIN32; those are left untouched.
    dd8e04fb