CI updates and assorted cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-06 19:29:40 +01:00
parent b6dd61cea8
commit 283ab0e7ea
21 changed files with 462 additions and 85 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public:
virtual upx_callback_t *getCallback() { return &cb; }
protected:
static void __acc_cdecl progress_callback(upx_callback_p cb, unsigned, unsigned);
static void __acc_cdecl progress_callback(upx_callback_t *, unsigned, unsigned);
virtual void doCallback(unsigned isize, unsigned osize);
protected: