mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
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:
parent
ce85c7338e
commit
d2aa1ab386
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue