From 31335cc49130d4f1d10c392187edd9807bc81806 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 31 Mar 2013 23:36:56 +0200 Subject: [PATCH] Fixed: PCH compilation --- code/nel/src/gui/stdpch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/nel/src/gui/stdpch.h b/code/nel/src/gui/stdpch.h index 6dfad8297..8ab2a3595 100644 --- a/code/nel/src/gui/stdpch.h +++ b/code/nel/src/gui/stdpch.h @@ -29,8 +29,9 @@ #include "nel/misc/uv.h" #include "nel/misc/hierarchical_timer.h" -#if NL_OS_WINDOWS +#ifdef NL_OS_WINDOWS #define NOMINMAX + #include #include #endif