From 9a54e1a8deb7878e55c9665a4374dbbdf043e83e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 4 Apr 2017 06:46:49 +0200 Subject: [PATCH] fix warn --- Graphics/gl2ps.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Graphics/gl2ps.h b/Graphics/gl2ps.h index 80edaf87f7..513608a739 100644 --- a/Graphics/gl2ps.h +++ b/Graphics/gl2ps.h @@ -48,9 +48,7 @@ # pragma warning(disable:4127) # pragma warning(disable:4996) # endif -# define NOMINMAX # include <windows.h> -# undef NOMINMAX # if defined(GL2PSDLL) # if defined(GL2PSDLL_EXPORTS) # define GL2PSDLL_API __declspec(dllexport) -- GitLab