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:
parent
c6724968f1
commit
015ebf89a5
|
@ -180,8 +180,8 @@ protected:
|
||||||
|
|
||||||
InputFile *fif;
|
InputFile *fif;
|
||||||
OutputFile *fof;
|
OutputFile *fof;
|
||||||
long le_offset;
|
unsigned le_offset;
|
||||||
long exe_offset;
|
unsigned exe_offset;
|
||||||
|
|
||||||
le_header_t ih;
|
le_header_t ih;
|
||||||
le_header_t oh;
|
le_header_t oh;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user