From ffcf1df72849711b23ff1d184df69f01826edba9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Jun 2012 02:24:53 +0300 Subject: Fix compilation warnings in windows builds. --- src/localconsts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index 4fbbbda2e..7bc5555ed 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -#ifndef __GXX_EXPERIMENTAL_CXX0X__ +#if !defined(__GXX_EXPERIMENTAL_CXX0X__) #undef nullptr #define nullptr 0 #else -- cgit v1.2.3-60-g2f50