From f958aedf05139870d632049e2cd2b69f34e20a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 27 Jul 2008 15:49:18 +0000 Subject: [PATCH] Define __LINUX__ for build tools if host is Linux svn path=/trunk/; revision=34850 --- reactos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index f15ab70ae79..a378f48c7f0 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -183,7 +183,7 @@ endif else HOST=mingw32-linux HOST_CFLAGS+=-fshort-wchar -D__LINUX__ -HOST_CPPFLAGS+=-fshort-wchar +HOST_CPPFLAGS+=-fshort-wchar -D__LINUX__ endif endif