Browse CVS Repository
Diff of /xoonips/AL/commonal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2 |
* |
* |
| 3 |
* $Revision$ |
* $Revision$ |
| 4 |
* $Log$ |
* $Log$ |
| 5 |
|
* Revision 1.30 2004/12/18 10:24:54 youi |
| 6 |
|
* IMPORT_MYSQLDLLを定義したとき,MYSQLのDLLを動的リンクするプロトタイプ宣言が |
| 7 |
|
* 有効になるように修正した. |
| 8 |
|
* |
| 9 |
* Revision 1.29 2004/12/18 01:12:29 youi |
* Revision 1.29 2004/12/18 01:12:29 youi |
| 10 |
* freeResultの関数名をfree<データ型>に変更した. |
* freeResultの関数名をfree<データ型>に変更した. |
| 11 |
* |
* |
| 151 |
#include "criteria.h" |
#include "criteria.h" |
| 152 |
#include "commonal.h" |
#include "commonal.h" |
| 153 |
|
|
| 154 |
#ifdef __WIN__ |
#ifdef IMPORT_MYSQLDLL |
| 155 |
typedef MYSQL* (__stdcall *mysql_init_t)(MYSQL *mysql); |
typedef MYSQL* (__stdcall *mysql_init_t)(MYSQL *mysql); |
| 156 |
typedef void (__stdcall *mysql_close_t)(MYSQL *mysql); |
typedef void (__stdcall *mysql_close_t)(MYSQL *mysql); |
| 157 |
typedef MYSQL* (__stdcall *mysql_real_connect_t)(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned int client_flag); |
typedef MYSQL* (__stdcall *mysql_real_connect_t)(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned int client_flag); |
|
|
Legend:
| Removed from v.1.29 |
|
| changed lines |
| |
Added in v.1.30 |
|
|
| |