fixed build warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4251 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
82ec0a3db2
commit
4647e56e67
2 changed files with 12 additions and 8 deletions
|
@ -46,7 +46,7 @@ PLUGINFUNCTIONSHORT(Copy)
|
|||
if ((int) dest == 0)
|
||||
{
|
||||
dest = GlobalAlloc((GPTR), size);
|
||||
pushint(dest);
|
||||
pushint((int) dest);
|
||||
}
|
||||
|
||||
// COPY!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue