Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check _WIN32 instead of WIN32 for building shared library
_WIN32 is defined by MSVC compilers on Windows platform, not WIN32. See https://msdn.microsoft.com/en-us/library/b0084kay.aspx Addresses #383
- Loading branch information