os0file.h:

Fix the Windows compilation error reported by Miguel 1.5 hours ago
This commit is contained in:
heikki@hundin.mysql.fi 2003-10-09 08:54:15 +03:00
parent e32fb9191f
commit 677a0dbebb

View file

@ -144,7 +144,7 @@ struct os_file_stat_struct{
ib_longlong size; /* file size */
};
#ifdef __WIN___
#ifdef __WIN__
typedef HANDLE os_file_dir_t; /* directory stream */
#else
typedef DIR* os_file_dir_t; /* directory stream */