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:
anders_k 2009-12-21 15:04:22 +00:00
parent d81d3a7774
commit eebc175b92
3 changed files with 23 additions and 1 deletions

View file

@ -238,8 +238,12 @@ DetailPrint $4
<td></td>
</tr>
<tr>
<th>p</th>
<td>pointer (and other pointer sized types like handles and HWNDs)</td>
</tr>
<tr>
<th>i</th>
<td>int (includes char, byte, short, handles, pointers and so on)</td>
<td>int (includes char, byte, short and so on)</td>
</tr>
<tr>
<th>l</th>