System Plugin: Support for p as pointer/handle type
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6014 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d81d3a7774
commit
eebc175b92
3 changed files with 23 additions and 1 deletions
|
@ -501,6 +501,12 @@ SystemProc *PrepareProc(BOOL NeedForCall)
|
|||
// Types
|
||||
case 'v':
|
||||
case 'V': temp2 = PAT_VOID; break;
|
||||
|
||||
#if !defined(SYSTEM_X86)
|
||||
#error "TODO: handle p"
|
||||
#else
|
||||
case 'p':
|
||||
#endif
|
||||
case 'i':
|
||||
case 'I': temp2 = PAT_INT; break;
|
||||
case 'l':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue