diff options
Diffstat (limited to 'innobase/include/os0file.h')
-rw-r--r-- | innobase/include/os0file.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h index 7ea90bb63e4..c093cb92ca9 100644 --- a/innobase/include/os0file.h +++ b/innobase/include/os0file.h @@ -13,12 +13,10 @@ Created 10/21/1995 Heikki Tuuri #ifdef __WIN__ -#if (defined(__NT__) || defined(__WIN2000__)) - +/* We define always WIN_ASYNC_IO, and check at run-time whether + the OS actually supports it: Win 95 does not, NT does. */ #define WIN_ASYNC_IO -#endif - #define UNIV_NON_BUFFERED_IO #else |