We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On windows/msys2/cmake WIN32 seems not defined. I have to -D WIN32 to build using cmake.
The text was updated successfully, but these errors were encountered:
WIN32 is indeed used in various cases in the PortAudio code base. Out MSVC project files contain /D WIN32
WIN32
/D WIN32
Sorry, something went wrong.
Isn't a more reliable define _WIN32 (note the underscore)? Both MSVC and Cygwin/MinGW will define this.
_WIN32
No branches or pull requests
On windows/msys2/cmake WIN32 seems not defined.
I have to -D WIN32 to build using cmake.
The text was updated successfully, but these errors were encountered: