diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2021-07-29 13:51:02 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2021-07-29 13:51:02 +0200 |
commit | 83d7e4faf6967ddd16b7dde6a89d65729c41b98d (patch) | |
tree | 3663b62237d9250b83d094166823b20c6c8f92a1 /storage/connect/tabutil.cpp | |
parent | 6152ab7b42c18d62030ef9c23e9abb3817c73f39 (diff) | |
parent | fb8be6a631e68c57d36c1a0637033f6827105366 (diff) | |
download | mariadb-git-83d7e4faf6967ddd16b7dde6a89d65729c41b98d.tar.gz |
Merge branch '10.2' into 10.3
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 f5a105a530d..9c290c64a01 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(__WIN__) +#if defined(_WIN32) #include <stdlib.h> #include <stdio.h> #if defined(__BORLANDC__) |