os0file.h:

  Fix the Windows compilation error reported by Miguel 1.5 hours ago
parent e32fb919
......@@ -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