We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ae040 commit ca41a64Copy full SHA for ca41a64
_mysql.c
@@ -26,17 +26,9 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
PERFORMANCE OF THIS SOFTWARE.
27
*/
28
29
-#include "my_config.h"
30
#include "mysql.h"
31
#include "mysqld_error.h"
32
33
-#ifdef HAVE_WCSCOLL
34
-#undef HAVE_WCSCOLL
35
-#endif
36
-#ifdef SIZEOF_SIZE_T
37
-#undef SIZEOF_SIZE_T
38
39
-
40
#include "Python.h"
41
#if PY_MAJOR_VERSION >= 3
42
#define IS_PY3K
0 commit comments