krnl386: Don't attempt direct I/O port access on Android.

This commit is contained in:
Alexandre Julliard 2013-07-29 22:45:00 +02:00
parent 3dc0474cfc
commit fa0a73963f
1 changed files with 1 additions and 1 deletions

View File

@ -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