Skip to content

Commit

Permalink
fix missing _CRT_SECURE_NO_WARNINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Dec 4, 2022
1 parent 6c8d609 commit 384a206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/DiscordGameSDK/ThirdParty/Discord/types.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#if !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS
#endif

#include "types.h"

#include <cstring>
Expand Down

0 comments on commit 384a206

Please sign in to comment.