From fec1e88984fb2c3625a551995a59e31932b19c52 Mon Sep 17 00:00:00 2001 From: Yann Droneaud Date: Mon, 26 Oct 2009 15:36:20 +0100 Subject: [PATCH] libwine: Test against __linux__ define instead of just linux. --- libs/wine/ldt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/wine/ldt.c b/libs/wine/ldt.c index 7475d51af45..685ed6a2a12 100644 --- a/libs/wine/ldt.c +++ b/libs/wine/ldt.c @@ -35,7 +35,7 @@ #ifdef __i386__ -#ifdef linux +#ifdef __linux__ #ifdef HAVE_SYS_SYSCALL_H # include -- 2.11.4.GIT