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:
kichik 2005-09-09 09:18:45 +00:00
parent 82ec0a3db2
commit 4647e56e67
2 changed files with 12 additions and 8 deletions

View file

@ -46,7 +46,7 @@ PLUGINFUNCTIONSHORT(Copy)
if ((int) dest == 0)
{
dest = GlobalAlloc((GPTR), size);
pushint(dest);
pushint((int) dest);
}
// COPY!