Commit 8ad84072 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi
Browse files

os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually supports it

parent 0400d665
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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