Skip to content
Snippets Groups Projects
Commit 7717da43 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

K-order DLL: remove warning about NOMINMAX

parent 3fa2339c
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (C) 2008-2010 Dynare Team
* Copyright (C) 2008-2011 Dynare Team
*
* This file is part of Dynare.
*
......@@ -21,7 +21,9 @@
#define _DYNAMIC_DLL_HH
#if defined(_WIN32) || defined(__CYGWIN32__)
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment