Added #define NOMINMAX

- thanks to @robson3 in #171
This commit is contained in:
Phil Nash 2013-06-14 19:18:13 +01:00
parent 1d3dd71774
commit 5ddd6e31e4
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ namespace Catch { namespace Detail {
#if defined ( CATCH_PLATFORM_WINDOWS ) /////////////////////////////////////////
#define NOMINMAX
#include <windows.h>
namespace Catch {