/* * file : mysql/mysql_version.h * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd * license : GPLv2 with FOSS License Exception; see accompanying COPYING file */ #include /* * Cancel the __stdcall calling convention for MinGW when compile for 32 bits * architecture (see libmariadb%mysql/ma_config.h for details). */ #if defined(__MINGW32__) && !defined(_WIN64) # undef STDCALL # define STDCALL #endif