libwine: Test against __linux__ define instead of just linux.

This commit is contained in:
Yann Droneaud 2009-10-26 15:36:20 +01:00 committed by Alexandre Julliard
parent d1472e2af2
commit fec1e88984

View file

@ -35,7 +35,7 @@
#ifdef __i386__
#ifdef linux
#ifdef __linux__
#ifdef HAVE_SYS_SYSCALL_H
# include <sys/syscall.h>