fix comment

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4766 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-09-30 15:41:17 +00:00
parent cc570ec193
commit fb8bd938f1

View file

@ -4,7 +4,7 @@
;
; A few simple macros to handle installations on x64 machines.
;
; IsRunningX64 checks if the installer is running on x64.
; RunningX64 checks if the installer is running on x64.
;
; ${If} ${RunningX64}
; MessageBox MB_OK "running on x64"