diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-04 07:49:16 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-04 07:49:16 +0000 |
commit | dc3f5511fa7c07bbbcc92e040240ba944b44503c (patch) | |
tree | e3037dd7670a59060f31e529e2c41f62a195903d | |
parent | 396ff8489eac5526a8299168ea9bb863034abcab (diff) |
Dbx_mmap_SA: dbtool compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@241 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | Dbx_mmap_SA/Dbtool/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dbx_mmap_SA/Dbtool/Version.h b/Dbx_mmap_SA/Dbtool/Version.h index 1f262e6..ab415d1 100644 --- a/Dbx_mmap_SA/Dbtool/Version.h +++ b/Dbx_mmap_SA/Dbtool/Version.h @@ -1,4 +1,4 @@ -#include "../../../include/m_version.h"
+#include "../../include/m_version.h"
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|