mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
8
_mysql.c
8
_mysql.c
@ -26,17 +26,9 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "my_config.h"
|
||||
#include "mysql.h"
|
||||
#include "mysqld_error.h"
|
||||
|
||||
#ifdef HAVE_WCSCOLL
|
||||
#undef HAVE_WCSCOLL
|
||||
#endif
|
||||
#ifdef SIZEOF_SIZE_T
|
||||
#undef SIZEOF_SIZE_T
|
||||
#endif
|
||||
|
||||
#include "Python.h"
|
||||
#if PY_MAJOR_VERSION >= 3
|
||||
#define IS_PY3K
|
||||
|
Reference in New Issue
Block a user