diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-12 15:41:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-12 15:41:26 +0000 |
commit | 3aeddb1952f894ce41b055bc3d49c3fcc994c14e (patch) | |
tree | 32a5255a8ae05b8435b177bbd8004aee5504170e /src/core/stdcrypt/stdcrypt_12.vcxproj | |
parent | a582e723883bd6ede6e0c910e82cfc4ad23bc161 (diff) |
- changed m_crypto.h;
- crypto-plugins are forced to be loaded in the very beginning, alongside with the database plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@6874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_12.vcxproj')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_12.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt_12.vcxproj b/src/core/stdcrypt/stdcrypt_12.vcxproj index e8912f09d9..2d7f5c5881 100644 --- a/src/core/stdcrypt/stdcrypt_12.vcxproj +++ b/src/core/stdcrypt/stdcrypt_12.vcxproj @@ -212,6 +212,7 @@ <ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\..\..\include\m_crypto.h" />
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
</ItemGroup>
|