1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

lefile.h: remove usage of "long".

This commit is contained in:
Markus F.X.J. Oberhumer 2015-01-03 01:04:41 +01:00
parent c6724968f1
commit 015ebf89a5

View File

@ -180,8 +180,8 @@ protected:
InputFile *fif;
OutputFile *fof;
long le_offset;
long exe_offset;
unsigned le_offset;
unsigned exe_offset;
le_header_t ih;
le_header_t oh;