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

fix msvc compile

parent fd732e00
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@
#include "Draw.h"
#endif
#if defined(WIN32)
#undef min
#undef max
#endif
extern Context_T CTX;
int GMSH_CutPlanePlugin::iview = 0;
......
......@@ -14,6 +14,11 @@
#include "Draw.h"
#endif
#if defined(WIN32)
#undef min
#undef max
#endif
extern Context_T CTX;
int GMSH_ProbePlugin::iview = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment