Skip to content

Commit 5a3f11d

Browse files
committed
ci:build failed fix
1 parent 5263611 commit 5a3f11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Module/XEngine_MSGNotify/XEngine_MSGNotify.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<ClCompile>
162162
<WarningLevel>Level3</WarningLevel>
163163
<SDLCheck>true</SDLCheck>
164-
<PreprocessorDefinitions>_DEBUG;XENGINEMSGNOTIFY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164+
<PreprocessorDefinitions>_DEBUG;XENGINEMSGNOTIFY_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165165
<ConformanceMode>true</ConformanceMode>
166166
<PrecompiledHeader>Use</PrecompiledHeader>
167167
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>

0 commit comments

Comments
 (0)