krnl386: Don't attempt direct I/O port access on Android.
This commit is contained in:
parent
3dc0474cfc
commit
fa0a73963f
|
@ -60,7 +60,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(int);
|
||||
|
||||
#ifdef linux
|
||||
#if defined(linux) && !defined(__ANDROID__)
|
||||
# define DIRECT_IO_ACCESS
|
||||
#else
|
||||
# undef DIRECT_IO_ACCESS
|
||||
|
|
Loading…
Reference in New Issue