mariadb/vio
Vladislav Vaintroub 3d6eb7afcf MDEV-25602 get rid of __WIN__ in favor of standard _WIN32
This fixed the MySQL bug# 20338 about misuse of double underscore
prefix __WIN__, which was old MySQL's idea of identifying Windows
Replace it by _WIN32 standard symbol for targeting Windows OS
(both 32 and 64 bit)

Not that connect storage engine is not fixed in this patch (must be
fixed in "upstream" branch)
2021-06-06 13:21:03 +02:00
..
docs
CMakeLists.txt
test-ssl.c
test-sslclient.c
test-sslserver.c
vio.c
vio_priv.h
viopipe.c
viosocket.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
viossl.c
viosslfactories.c
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc