diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-13 20:10:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-13 20:10:47 +0000 |
commit | 7c94d896eb5b28158460c163377b4c570143c839 (patch) | |
tree | 4a9917d8c744f7121c76f15ed7b8882ca85e222a /src/core/stdcrypt/stdcrypt_10.vcxproj | |
parent | d1dec816796849205bd4618edd203d979f2a9c3e (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/stdcrypt_10.vcxproj')
-rw-r--r-- | src/core/stdcrypt/stdcrypt_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdcrypt/stdcrypt_10.vcxproj b/src/core/stdcrypt/stdcrypt_10.vcxproj index 1c37e9dd47..8f190d3c66 100644 --- a/src/core/stdcrypt/stdcrypt_10.vcxproj +++ b/src/core/stdcrypt/stdcrypt_10.vcxproj @@ -213,7 +213,7 @@ <ClInclude Include="..\..\..\include\m_crypto.h" />
<ClInclude Include="..\stdplug.h" />
<ClInclude Include="commonheaders.h" />
- <ClCompile Include="Rijndael.h" />
+ <ClInclude Include="Rijndael.h" />
<ClInclude Include="stdcrypt.h" />
</ItemGroup>
<ItemGroup>
|