diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-29 16:32:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-29 16:32:52 +0000 |
commit | fcde89036de10acab55629910c935f45d9df4486 (patch) | |
tree | 48b0a888f26f659bb0403b412a9ef4ce5186c97c /plugins/Dbrw/dbrw.h | |
parent | 9a3527c617eb851732e4dc097696bb5557a2e479 (diff) |
Dbrw
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbrw/dbrw.h')
-rw-r--r-- | plugins/Dbrw/dbrw.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Dbrw/dbrw.h b/plugins/Dbrw/dbrw.h index bde1f175c2..4990da6862 100644 --- a/plugins/Dbrw/dbrw.h +++ b/plugins/Dbrw/dbrw.h @@ -20,9 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef DBRW_H
#define DBRW_H
-#define DBRW_VER_MAJOR 1
-#define DBRW_VER_MINOR 4
-#define DBRW_VER_STRING "1.4"
#define DBRW_VER_ALPHA "1"
#define DBRW_SCHEMA_VERSION "2"
#define DBRW_HEADER_STR "SQLite format 3"
@@ -47,6 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_langpack.h>
#include "sqlite3/sqlite3.h"
+#include "version.h"
extern HINSTANCE g_hInst;
extern sqlite3 *g_sqlite;
|