Skip to content

Commit

Permalink
Added _CRT_SECURE_NO_WARNINGS preprocessor definition to Release conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
Dnawrkshp committed Mar 4, 2017
1 parent 80d1e23 commit 78f8069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod-manager/OpenAL32/OpenAL32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENAL32_EXPORTS;AL_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENAL32_EXPORTS;AL_BUILD_LIBRARY;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit 78f8069

Please sign in to comment.