fixed bug #1481044 - Segfault with nsis 2.16 on MacOS 10.3 (ppc)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4665 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
991295e17f
commit
706c6be323
1 changed files with 1 additions and 0 deletions
|
@ -668,6 +668,7 @@ typedef struct _IMAGE_DOS_HEADER {
|
||||||
WORD e_res2[10];
|
WORD e_res2[10];
|
||||||
LONG e_lfanew;
|
LONG e_lfanew;
|
||||||
} IMAGE_DOS_HEADER,*PIMAGE_DOS_HEADER;
|
} IMAGE_DOS_HEADER,*PIMAGE_DOS_HEADER;
|
||||||
|
# pragma pack()
|
||||||
# pragma pack(4)
|
# pragma pack(4)
|
||||||
typedef struct _IMAGE_FILE_HEADER {
|
typedef struct _IMAGE_FILE_HEADER {
|
||||||
WORD Machine;
|
WORD Machine;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue