libwine: Test against __linux__ define instead of just linux.
This commit is contained in:
parent
d1472e2af2
commit
fec1e88984
|
@ -35,7 +35,7 @@
|
|||
|
||||
#ifdef __i386__
|
||||
|
||||
#ifdef linux
|
||||
#ifdef __linux__
|
||||
|
||||
#ifdef HAVE_SYS_SYSCALL_H
|
||||
# include <sys/syscall.h>
|
||||
|
|
Loading…
Reference in New Issue