diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-25 09:32:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-25 09:32:03 +0000 |
commit | b1224491a9de0ad3c35104507ee167f89d8fa76f (patch) | |
tree | 72f7eb24cb894236257f205559fd7a96e73935bb /plugins/SecureIM | |
parent | d6ed23e489d106cd4b06a03c820706467e853f49 (diff) |
ะก++ sources: __VERSION_STRING -> __VERSION_STRING_DOTS
git-svn-id: http://svn.miranda-ng.org/main/trunk@7881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r-- | plugins/SecureIM/src/commonheaders.cpp | 1 | ||||
-rw-r--r-- | plugins/SecureIM/src/commonheaders.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 97f2f5f13f..de3173403e 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -2,7 +2,6 @@ HINSTANCE g_hInst, g_hIconInst;
-LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING")";
char TEMP[MAX_PATH];
int TEMP_SIZE = 0;
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index 1485484f3d..9396b9426d 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -74,7 +74,6 @@ #define MODULENAME "SecureIM"
-extern LPCSTR szVersionStr;
extern char TEMP[MAX_PATH];
extern int TEMP_SIZE;
|