diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-10-09 08:54:15 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-10-09 08:54:15 +0300 |
commit | d2aa1ab38699061a2e552baa5587068c53d3ee88 (patch) | |
tree | 45936f941bee20b63319485b2afae1dc0830cf2c /innobase | |
parent | ce85c7338ec775fb0c41e42c79200f45e3c53c6d (diff) | |
download | mariadb-git-d2aa1ab38699061a2e552baa5587068c53d3ee88.tar.gz |
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
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/os0file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h index 9f1c18829c4..52303e735ff 100644 --- a/innobase/include/os0file.h +++ b/innobase/include/os0file.h @@ -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 */ |