From 1ac83c8a0fabd31a34aed5bd74882db77cf047a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 23 Oct 2009 14:21:56 +0000 Subject: [PATCH] fix mingw build --- library/integers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/integers.h b/library/integers.h index 1087d5210..3e43ad442 100644 --- a/library/integers.h +++ b/library/integers.h @@ -6,7 +6,7 @@ Visual Studio doesn't have stdint.h stdint.h is part of the C99 standard. It's ancient and simply should be there. FAIL */ -#ifdef LINUX_BUILD +#ifndef _MSC_VER #include #else #include