Mercurial > p > mysql-python > mysqldb-2
comparison _mysql.h @ 21:bb552e789992 MySQLdb
Fix #1808476
author | adustman |
---|---|
date | Tue, 01 Apr 2008 16:16:14 +0000 |
parents | 0b7f85cb8f4f |
children | 5a3e4cafadec |
comparison
equal
deleted
inserted
replaced
20:0b7f85cb8f4f | 21:bb552e789992 |
---|---|
1 #ifndef _MYSQL_PYTHON__MYSQL_H_ | 1 #ifndef _MYSQL_PYTHON__MYSQL_H_ |
2 #define #ifndef _MYSQL_PYTHON__MYSQL_H_ | 2 #define _MYSQL_PYTHON__MYSQL_H_ |
3 | 3 |
4 #include "pymemcompat.h" | 4 #include "pymemcompat.h" |
5 | 5 |
6 #ifdef MS_WIN32 | 6 #ifdef MS_WIN32 |
7 #include <windows.h> | 7 #include <windows.h> |
8 #endif /* MS_WIN32 */ | 8 #endif /* MS_WIN32 */ |
9 #ifndef uint | |
10 #define uint unsigned int | |
11 #endif | |
12 | 9 |
13 #include "structmember.h" | 10 #include "structmember.h" |
14 #include "mysql.h" | 11 #include "mysql.h" |
15 #include "my_config.h" | 12 #include "my_config.h" |
16 #include "mysqld_error.h" | 13 #include "mysqld_error.h" |