Skip to content
Snippets Groups Projects
Commit 11d3dc49 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

trying to fix problem with new cygwin (it defines min/max macros???)
parent cbdc163e
Branches
Tags
No related merge requests found
......@@ -41,4 +41,10 @@
# define GMSH_WINDOW_BOX FL_FLAT_BOX
#endif
// recent Cygwin releases define min/max macros!
#if defined(__CYGWIN__)
#undef min
#undef max
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment