Commit d2aa1ab3 authored by unknown's avatar unknown

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
parent ce85c733
...@@ -144,7 +144,7 @@ struct os_file_stat_struct{ ...@@ -144,7 +144,7 @@ struct os_file_stat_struct{
ib_longlong size; /* file size */ ib_longlong size; /* file size */
}; };
#ifdef __WIN___ #ifdef __WIN__
typedef HANDLE os_file_dir_t; /* directory stream */ typedef HANDLE os_file_dir_t; /* directory stream */
#else #else
typedef DIR* os_file_dir_t; /* directory stream */ typedef DIR* os_file_dir_t; /* directory stream */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment