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
-4
View File
@@ -26,8 +26,6 @@
*/
#pragma once
#ifndef UPX_P_SYS_H__
#define UPX_P_SYS_H__ 1
/*************************************************************************
// dos/sys
@@ -51,6 +49,4 @@ protected: // dos/com overrides
virtual void patchLoader(OutputFile *fo, byte *, int, unsigned) override;
};
#endif /* already included */
/* vim:set ts=4 sw=4 et: */