Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIN32 to _WIN32 for Compiler portability
https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=vs-2019 _WIN32 is the standard according to the official documentation from Microsoft and also this fixes MinGW compile error.
- Loading branch information