Replace WIN32 with _WIN32 everywhere
_WIN32 is defined on all Windows platforms by every compiler that targets Windows. We do not need WIN32 at all.
Showing
Please register or sign in to comment
_WIN32 is defined on all Windows platforms by every compiler that targets Windows. We do not need WIN32 at all.