summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-10-09 08:54:15 +0300
committerunknown <heikki@hundin.mysql.fi>2003-10-09 08:54:15 +0300
commitd2aa1ab38699061a2e552baa5587068c53d3ee88 (patch)
tree45936f941bee20b63319485b2afae1dc0830cf2c /innobase
parentce85c7338ec775fb0c41e42c79200f45e3c53c6d (diff)
downloadmariadb-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.h2
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 */