mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
p_mach.h: fix C++ syntax.
This commit is contained in:
parent
1f51ef7df6
commit
d335d7bafd
|
@ -974,7 +974,7 @@ protected:
|
|||
virtual void addStubEntrySections(Filter const *);
|
||||
|
||||
__packed_struct(Mach_thread_command)
|
||||
typedef typename MachITypes::Word Word;
|
||||
typedef MachITypes::Word Word;
|
||||
Word cmd; /* LC_THREAD or LC_UNIXTHREAD */
|
||||
Word cmdsize; /* total size of this command */
|
||||
Word flavor;
|
||||
|
|
Loading…
Reference in New Issue
Block a user