CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-26 12:36:41 +02:00
parent c3341ce4dc
commit e0633b89bb
3 changed files with 10 additions and 1 deletions
+6
View File
@@ -67,6 +67,12 @@
#if !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS 1
#endif
#if !defined(_SCL_SECURE_NO_DEPRECATE)
#define _SCL_SECURE_NO_DEPRECATE 1
#endif
#if !defined(_SCL_SECURE_NO_WARNINGS)
#define _SCL_SECURE_NO_WARNINGS 1
#endif
#endif // _WIN32
/* vim:set ts=4 sw=4 et: */