asm is a reserved word for gcc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6027 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ea124294a7
commit
ec2ff441e0
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ struct tag_CallbackThunk
|
|||
int realprocaddr;
|
||||
#pragma pack(pop)
|
||||
*/
|
||||
char asm[10];
|
||||
char asm_code[10];
|
||||
#else
|
||||
#error "Asm thunk not implemeted for this architecture!"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue