summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-08-04 12:44:46 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2021-08-05 11:32:41 +0200
commit3cc23c9973394b6626745bd8966c9a8c660468be (patch)
treea136260b210ade6c59a60f8a154e31f9093c6e03 /include
parent7308e009c9c2161fa4d3f5532104c7da53e5ac27 (diff)
downloadmariadb-git-3cc23c9973394b6626745bd8966c9a8c660468be.tar.gz
MDEV-25602 Eliminate the rest of __WIN__ in Connect
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 92fdfef228e..30574c5b563 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -22,16 +22,12 @@
/*
MDEV-25602 Deprecate __WIN__ symbol.
- Temporarily, allow inside connect engine,
- until fixed in upstream.
*/
-#ifndef connect_EXPORTS
#ifdef _MSC_VER
#pragma deprecated("__WIN__")
#elif defined (__GNUC__)
#pragma GCC poison __WIN__
#endif
-#endif
/*
InnoDB depends on some MySQL internals which other plugins should not