We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac538b commit e9d9353Copy full SHA for e9d9353
src/common/config.h
@@ -1,5 +1,10 @@
1
#pragma once
2
3
+// MSVC warnings
4
+#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
5
+ #define _CRT_SECURE_NO_WARNINGS
6
+#endif
7
+
8
#if defined(HTTPS_HAVE_CONFIG_GENERATED_H)
9
#include "common/config-generated.h"
10
#elif defined(WIN32) || defined(_WIN32)
0 commit comments