dbd/mysql/dbd_mysql.h

changeset 33
6c64c45e7d8f
parent 2
c4f02fc67e5a
equal deleted inserted replaced
32:03ed0ca09837 33:6c64c45e7d8f
1 #ifdef _MSC_VER /* all MS compilers define this (version) */
2 #include <windows.h>
3 #endif
4
5
1 #include <mysql.h> 6 #include <mysql.h>
2 #include <dbd/common.h> 7 #include <dbd/common.h>
3 8
4 #define DBD_MYSQL_CONNECTION "DBD.MySQL.Connection" 9 #define DBD_MYSQL_CONNECTION "DBD.MySQL.Connection"
5 #define DBD_MYSQL_STATEMENT "DBD.MySQL.Statement" 10 #define DBD_MYSQL_STATEMENT "DBD.MySQL.Statement"

mercurial