From ce50f46809bba395c7c642f69019df4b2f1b4df6 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 31 Aug 2002 10:27:34 +0000 Subject: [PATCH] EW_REBOOT works with out 0xbadf00d git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@846 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/fileform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/fileform.h b/Source/exehead/fileform.h index 6bc58233..2e6e43aa 100644 --- a/Source/exehead/fileform.h +++ b/Source/exehead/fileform.h @@ -85,7 +85,7 @@ enum EW_COPYFILES, // CopyFiles: 3 [source mask, destination location, flags] - EW_REBOOT, // Reboot: 1 [0xbadf00d] + EW_REBOOT, // Reboot: 0 EW_IFREBOOTFLAG, // IfRebootFlag: 2 [if reboot flag set, if not reboot flag] EW_SETREBOOTFLAG, // SetRebootFlag: 1 [new value]