Skip to content
  • Erwin Janssen's avatar
    Replace checks for `WIN32` with `_WIN32` · 0bf08962
    Erwin Janssen authored
    The preprocesser macro `WIN32` is defined by the user, while `_WIN32` is
    defined by the compiler. To improve consistantcy, and prevent errors
    caused by forgetting to define `WIN32` somewhere, it is better to use
    `_WIN32` to check for Windows.
    0bf08962