From 63edbec1418f493ff86a3e0615a50b0fb83ab6a5 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 5 Aug 2010 01:31:34 +0300 Subject: new file: ../../api/db.h modified: ../dbsqlite/main.cpp modified: main.cpp --- api/db.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 api/db.h (limited to 'api/db.h') diff --git a/api/db.h b/api/db.h new file mode 100644 index 0000000..7e08814 --- /dev/null +++ b/api/db.h @@ -0,0 +1,11 @@ +#ifndef DB_H +#define DB_H +#define D_INT 0x0001 +#define D_STRING 0x0002 +struct DATA +{ + WORD wType; + void* pData; + char* szModule; +}; +#endif -- cgit v1.2.3