| commit | fec1e88984fb2c3625a551995a59e31932b19c52 | [log] [tgz] |
|---|---|---|
| author | Yann Droneaud <yann@droneaud.fr> | Mon Oct 26 15:36:20 2009 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 27 10:49:41 2009 +0100 |
| tree | d5b1851c886b12ed6dbc00506b615da8f13fb127 | |
| parent | d1472e2af21618070005b46c904fee835da4a169 [diff] |
libwine: Test against __linux__ define instead of just linux.
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>