Closed SamVanheer closed 2 years ago
The codebase uses both WIN32 and _WIN32 to check if the current platform is Windows. Use WIN32 everywhere for consistency. This makes searching for platform-specific code easier.
WIN32
_WIN32
The codebase uses both
WIN32
and_WIN32
to check if the current platform is Windows. UseWIN32
everywhere for consistency. This makes searching for platform-specific code easier.