twhl-community / halflife-updated

Half-Life SDK updated to compile under VS2019 and 2022. Check README.md for more information.
Other
382 stars 146 forks source link

Use WIN32 preprocessor macro instead of _WIN32 #62

Closed SamVanheer closed 2 years ago

SamVanheer commented 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.