mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 12:28:49 +08:00
9697f95b8f
This reverts commit 15d999759e
.
19 lines
246 B
C
19 lines
246 B
C
#ifndef ACL_MYDB_INCLUDE_H
|
|
#define ACL_MYDB_INCLUDE_H
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
#include "acl_dbpool.h"
|
|
#include "acl_dberr.h"
|
|
#include "acl_dbsql.h"
|
|
#include "acl_mdb.h"
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|
|
#endif
|
|
|