Modernize libc usage: stop using off_t, use modern printf.

C++ 14 is here, and old versions of MSVC and MSVCRT have
haunted us long enough.
This commit is contained in:
Markus F.X.J. Oberhumer
2021-01-05 18:52:05 +01:00
parent b4429e1a42
commit 700c8730cf
19 changed files with 130 additions and 1010 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ protected:
virtual void doCallback(unsigned isize, unsigned osize);
protected:
virtual void uiUpdate(off_t fc_len = -1, off_t fu_len = -1);
virtual void uiUpdate(upx_off_t fc_len = -1, upx_off_t fu_len = -1);
public:
static void uiHeader();