Skip to content
Snippets Groups Projects
Commit 9e8e9ba0 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

DynamicLoader: avoid the min/max macros from windows.h

parent efb006b9
No related branches found
No related tags found
1 merge request!137Fix dynamic loader failures
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
#if defined(_WIN32)
# define NOMINMAX // hide min,max to not conflict with <limits>
#endif
#include "kwsysPrivate.h"
#include KWSYS_HEADER(DynamicLoader.hxx)
......
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