diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2015-06-02 10:34:51 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2015-06-02 10:34:51 +0200 |
commit | e8ea671c2523f56fce0eacabbba05689aa4824f9 (patch) | |
tree | af7b056f4ecff525dd8b0fbaa978635269be0d2a /storage/connect/tabutil.cpp | |
parent | 893631a8c188817e3294edc11de2087630dde801 (diff) | |
download | mariadb-git-e8ea671c2523f56fce0eacabbba05689aa4824f9.tar.gz |
Commit changes pulled from ob-10.0
Diffstat (limited to 'storage/connect/tabutil.cpp')
-rw-r--r-- | storage/connect/tabutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabutil.cpp b/storage/connect/tabutil.cpp index 5ed958b2f7a..331a7f45d4d 100644 --- a/storage/connect/tabutil.cpp +++ b/storage/connect/tabutil.cpp @@ -14,7 +14,7 @@ #include "sql_class.h" #include "table.h" #include "field.h" -#if defined(WIN32) +#if defined(__WIN__) #include <stdlib.h> #include <stdio.h> #if defined(__BORLANDC__) |