27 Oct
2009
27 Oct
'09
2:46 p.m.
Module: wine Branch: master Commit: fec1e88984fb2c3625a551995a59e31932b19c52 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fec1e88984fb2c3625a551995a... Author: Yann Droneaud <yann(a)droneaud.fr> Date: Mon Oct 26 15:36:20 2009 +0100 libwine: Test against __linux__ define instead of just linux. --- libs/wine/ldt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/wine/ldt.c b/libs/wine/ldt.c index 7475d51..685ed6a 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 <sys/syscall.h>