all: bump version; cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-05-28 14:06:11 +02:00
parent efeffc6e01
commit dae45ae0d4
19 changed files with 202 additions and 202 deletions
+3 -1
View File
@@ -28,7 +28,7 @@
#pragma once
/*************************************************************************
//
// win64/arm64
**************************************************************************/
class PackW64PeArm64 : public PeFile64 {
@@ -58,6 +58,8 @@ protected:
};
/*************************************************************************
// win64/arm64ec
//
// TODO: it is unclear yet if this should be made a subclass
// or just get merged into the base class using a flag;
// maybe the difference between arm64 and arm64ec does not really affect us