diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-02 15:18:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-02 15:18:50 +0000 |
commit | 5174b6de32477883b4efe1235643c9faa273521b (patch) | |
tree | 629bc2ebc0cdbebac343cafd14066d8b0253a6bb /plugins/Db3x_mmap/src/commonheaders.h | |
parent | 547af691ad60fb3935075f033343bb870dfba464 (diff) |
finally wiping all obsolete stuff from 0.95
git-svn-id: http://svn.miranda-ng.org/main/trunk@9644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index 01d0ce2eca..a82ea9dac6 100644 --- a/plugins/Db3x_mmap/src/commonheaders.h +++ b/plugins/Db3x_mmap/src/commonheaders.h @@ -50,7 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern HINSTANCE g_hInst;
extern LIST<CDb3Mmap> g_Dbs;
-extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA;
+extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA, dbSignatureSD;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
|