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

fix warn

parent 4f555fa5
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,7 @@ ...@@ -48,9 +48,7 @@
# pragma warning(disable:4127) # pragma warning(disable:4127)
# pragma warning(disable:4996) # pragma warning(disable:4996)
# endif # endif
# define NOMINMAX
# include <windows.h> # include <windows.h>
# undef NOMINMAX
# if defined(GL2PSDLL) # if defined(GL2PSDLL)
# if defined(GL2PSDLL_EXPORTS) # if defined(GL2PSDLL_EXPORTS)
# define GL2PSDLL_API __declspec(dllexport) # define GL2PSDLL_API __declspec(dllexport)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment