win32macro 202 B

1234
  1. o Code simplifications and refactoring:
  2. - Use the _WIN32 macro throughout our code to detect Windows.
  3. (Previously we had used the obsolete 'WIN32' and the
  4. idiosyncratic 'MS_WINDOWS'.)