Commit 4b2b97c4 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 282343a5
......@@ -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 */
......
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