diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 4 |
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 |