diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-24 11:52:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-24 11:52:09 +0000 |
commit | 966711f613c8f30be0e290088fbc2cc427827995 (patch) | |
tree | eb448b825a7249c384e5f9fcaaeb32bed04b7467 /plugins/Dbx_tree/encryption/HC256.vcxproj | |
parent | 661f8028861bace8da2ef9d04b978104b81e2e76 (diff) |
no more intrinsic functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/encryption/HC256.vcxproj')
-rw-r--r-- | plugins/Dbx_tree/encryption/HC256.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_tree/encryption/HC256.vcxproj b/plugins/Dbx_tree/encryption/HC256.vcxproj index 34b97da699..29424ef7a3 100644 --- a/plugins/Dbx_tree/encryption/HC256.vcxproj +++ b/plugins/Dbx_tree/encryption/HC256.vcxproj @@ -103,7 +103,6 @@ <ClCompile>
<Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
@@ -125,7 +124,6 @@ <ClCompile>
<Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
|