diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA/Cryptors/RC4')
-rw-r--r-- | plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_11.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_11.vcxproj b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_11.vcxproj index 0de6df9c69..6ebfdd4c3c 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_11.vcxproj +++ b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_11.vcxproj @@ -109,6 +109,7 @@ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<AdditionalLibraryDirectories>$(ProfileDir)..\..\..\..\bin11\lib</AdditionalLibraryDirectories>
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|