-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
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
MIN function is undefined? #8
Comments
Please see the README — Windows is not supported. However, I may accept a patch if it’s portable and/or clean. |
@dhess oh, thanks, i use it on windows. thanks for you work. |
Do you have a fix for the MIN macro on Windows? |
i defined one macro. #define MIN min( a, b) < 0 ? 0 : min( a, b) the function is small, it is use to define. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
visual studio 2017, stand libraries.
The text was updated successfully, but these errors were encountered: