os0file.h:

Fix the Windows compilation error reported by Miguel 1.5 hours ago


innobase/include/os0file.h:
  Fix the Windows compilation error reported by Miguel 1.5 hours ago
This commit is contained in:
unknown 2003-10-09 08:54:15 +03:00
parent ce85c7338e
commit d2aa1ab386

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 */