From 9722858f4a219f930ed4d2d744454a31d69d5c1a Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 28 Dec 2015 15:51:07 -0700 Subject: layers: Fix windows build issue with drawstate merge requests --- layers/draw_state.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index f90fe78f..01c9a563 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -26,8 +26,12 @@ * Author: Tobin Ehlis * Author: Chia-I Wu * Author: Chris Forbes + * Author: Mark Lobodzinski */ +// Allow use of STL min and max functions in Windows +#define NOMINMAX + #include #include #include -- cgit v1.2.3