List:Commits« Previous MessageNext Message »
From:jwinstead Date:February 23 2007 10:26pm
Subject:Connector/ODBC 3.51 commit: r220 - trunk/driver
View as plain text  
Modified:
   trunk/driver/results.c
Log:
Include system <ctype.h> instead of MySQL's <m_ctype.h>, since we use the
system functions, not the MySQL versions.


Modified: trunk/driver/results.c
===================================================================
--- trunk/driver/results.c	2007-02-23 22:24:52 UTC (rev 219)
+++ trunk/driver/results.c	2007-02-23 22:26:00 UTC (rev 220)
@@ -48,7 +48,7 @@
 
 #include "myodbc3.h"
 #include <errmsg.h>
-#include <m_ctype.h>
+#include <ctype.h>
 #include <locale.h>
 
 #define SQL_MY_PRIMARY_KEY 1212

Thread
Connector/ODBC 3.51 commit: r220 - trunk/driverjwinstead23 Feb