Yann Droneaud : libwine: Test against __linux__ define instead of just linux.

Alexandre Julliard julliard at winehq.org
Tue Oct 27 09:46:29 CDT 2009


Module: wine
Branch: master
Commit: fec1e88984fb2c3625a551995a59e31932b19c52
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fec1e88984fb2c3625a551995a59e31932b19c52

Author: Yann Droneaud <yann at 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>




More information about the wine-cvs mailing list