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

innobase/include/os0file.h:
  Define always WIN_ASYNC_IO, check at run-time if the OS actually supports it
This commit is contained in:
unknown 2001-05-20 20:32:37 +03:00
parent 926bd6761f
commit 33db66b7c5

View file

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