Estimation DLL: remove warning about NOMINMAX

time-shift
Sébastien Villemot 2011-02-07 12:37:34 +01:00
parent ca88c39136
commit 3fa2339cfe
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
*/
#if defined(_WIN32) || defined(__CYGWIN32__)
# define NOMINMAX // Do not define "min" and "max" macros
# ifndef NOMINMAX
# define NOMINMAX // Do not define "min" and "max" macros
# endif
# include <windows.h>
#else
# include <dlfcn.h> // unix/linux DLL (.so) handling routines