// ----------------------------------------------------------------------------
// Microsoft compiler loves underscores, feed them to it
-#ifdef __VISUALC__
+#if defined( __VISUALC__ ) || wxCHECK_W32API_VERSION( 0, 5 )
// functions
#define wxClose _close
#define wxRead _read