Commit e95c0cca authored by 刘乐's avatar 刘乐

1, 修正编译重复定义错误

parent f932ec47
#ifndef CIVDBCONN_H
#define CIVDBCONN
#define CIVDBCONN_H
#include "CivTypes.h"
#include "CivAssembly.h"
#include "CivTableTemp.h"
......@@ -7,9 +7,9 @@
#define DBEXPORT __declspec(dllexport)
/**
数据库连接接口
数据库连接接口
*/
class DBEXPORT CivDbConn
class DBEXPORT CivDbConn
{
public:
CivDbConn();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment