• Vladislav Vaintroub's avatar
    MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 · 3d6eb7af
    Vladislav Vaintroub authored
    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)
    3d6eb7af
auto_addrinfo.hpp 936 Bytes