Modify snappy test windows include to not define the Windows.h specific min/max. This caused a compilation bug with std::max with VS 2017.

This commit is contained in:
Brennen Taylor 2017-06-25 16:13:25 -04:00
parent 7b9532b878
commit 34ed8acdac
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#endif #endif
#ifdef HAVE_WINDOWS_H #ifdef HAVE_WINDOWS_H
#define NOMINMAX
#include <windows.h> #include <windows.h>
#endif #endif