Removed 0xbadf00d thingy

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@852 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-01 04:16:20 +00:00
parent c279513ae3
commit d6d3e01618

View file

@ -2614,7 +2614,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
if (s)
{
void *buf;
buf=(void*)GlobalAlloc(GPTR,s);
buf=(void *)GlobalAlloc(GPTR,s);
if (buf)
{
UINT uLen;
@ -3225,7 +3225,6 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
#ifdef NSIS_SUPPORT_REBOOT
case TOK_REBOOT:
ent.which=EW_REBOOT;
ent.offsets[0]=0xbadf00d;
SCRIPT_MSG("Reboot! (WOW)\n");
return add_entry(&ent);
case TOK_IFREBOOTFLAG: