summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-21 20:56:13 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-21 20:56:13 +0000
commit7171c67ded2931ee3a80cad6be1199c62abd8050 (patch)
treeb2c0210f367ca054dd94e10bbfae85dfe78863b5 /plugins
parent08b67ea2998735ea8cba6944fc68fe7d83d8117a (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')
-rw-r--r--plugins/CryptoPP/cryptopp_14.vcxproj2
-rw-r--r--plugins/CryptoPP/src/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/cryptopp_14.vcxproj b/plugins/CryptoPP/cryptopp_14.vcxproj
index 01f0f527c8..a0ba746d3f 100644
--- a/plugins/CryptoPP/cryptopp_14.vcxproj
+++ b/plugins/CryptoPP/cryptopp_14.vcxproj
@@ -261,7 +261,7 @@
<ResourceCompile Include="src\GPGw\gpg.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="crypto\cryptlib_12.vcxproj">
+ <ProjectReference Include="crypto\cryptlib_14.vcxproj">
<Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project>
</ProjectReference>
</ItemGroup>
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;