CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-09-18 12:03:48 +02:00
parent 3b71139426
commit 466ceb4a1f
5 changed files with 44 additions and 39 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ protected:
};
enum { IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS = 20 };
enum { IMAGE_DLLCHARACTERISTICS_EX_CET_COMPAT = 0x001 };
struct DebugDir *dbgCET;
struct DebugDir *dbgCET = nullptr;
};
class PeFile32 : public PeFile {