CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-07-13 12:49:02 +02:00
parent 08a38af553
commit 3a11a5a82e
4 changed files with 17 additions and 3 deletions
+9
View File
@@ -41,9 +41,18 @@
#if !defined(__has_builtin)
#define __has_builtin(x) 0
#endif
#if !defined(__has_declspec_attribute)
#define __has_declspec_attribute(x) 0
#endif
#if !defined(__has_feature)
#define __has_feature(x) 0
#endif
#if !defined(__has_include)
#define __has_include(x) 0
#endif
#if !defined(__has_warning)
#define __has_warning(x) 0
#endif
// reserve name "upx" for namespace
namespace upx {}