Commit fa0a7396 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 3dc0474c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment