64-bit installer bustage fix, use ';' in comment vs. '//'. a=buildbustage

This commit is contained in:
Jim Mathies
2011-03-31 07:07:49 -05:00
parent 30f2788c3d
commit c0329837f2

View File

@@ -9,7 +9,7 @@
!define AppName "Firefox"
!define AppVersion "@APP_VERSION@"
#ifdef HAVE_64BIT_OS
// differentiate 64-bit builds, we do the same in widget.
; differentiate 64-bit builds, we do the same in widget.
!define AppUserModelID "${AppVendor}.${AppName}.${AppVersion}.Win64"
#else
!define AppUserModelID "${AppVendor}.${AppName}.${AppVersion}"