diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-21 20:56:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-21 20:56:13 +0000 |
commit | 7171c67ded2931ee3a80cad6be1199c62abd8050 (patch) | |
tree | b2c0210f367ca054dd94e10bbfae85dfe78863b5 /plugins/CryptoPP/src | |
parent | 08b67ea2998735ea8cba6944fc68fe7d83d8117a (diff) |
CryptoPP: vc2015 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src')
-rw-r--r-- | plugins/CryptoPP/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/main.cpp b/plugins/CryptoPP/src/main.cpp index ebd54b4e21..22be7cadba 100644 --- a/plugins/CryptoPP/src/main.cpp +++ b/plugins/CryptoPP/src/main.cpp @@ -2,7 +2,7 @@ int hLangpack;
LPCSTR szModuleName = MODULENAME;
-LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING_DOTS")";
+LPCSTR szVersionStr = MODULENAME" DLL (" __VERSION_STRING_DOTS ")";
HINSTANCE g_hInst;
HANDLE hPGPPRIV = NULL;
|