• Vladislav Vaintroub's avatar
    MDEV-3868 : windows client compilation issues · 5d3e4f53
    Vladislav Vaintroub authored
    Avoid inclusion of Windows headers via client API headers, since it traditionally
    lead to different  subtle compilation problems. Instead define my_socket in a way that is compatible with SOCKET (unsigned int in 32 bit , unsigned longlong in 64 bit)
    5d3e4f53
mysql.h 37.1 KB