From 8ffa92c65409934fef01bbf976cd78c7a243eefa Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Mon, 9 Feb 2015 15:19:07 -0800 Subject: [PATCH] Uncomment a weirdly commented symbol --- .../wixstdba/WixStandardBootstrapperApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/wix-installer/WiXBalExtension/wixstdba/WixStandardBootstrapperApplication.cpp b/scripts/windows/wix-installer/WiXBalExtension/wixstdba/WixStandardBootstrapperApplication.cpp index eae97612c5..e5fa2a260c 100755 --- a/scripts/windows/wix-installer/WiXBalExtension/wixstdba/WixStandardBootstrapperApplication.cpp +++ b/scripts/windows/wix-installer/WiXBalExtension/wixstdba/WixStandardBootstrapperApplication.cpp @@ -13,7 +13,7 @@ #include "JSON.h" -//static const HRESULT E_WIXSTDBA_CONDITION_FAILED = MAKE_HRESULT(SEVERITY_ERROR, 500, 1); +static const HRESULT E_WIXSTDBA_CONDITION_FAILED = MAKE_HRESULT(SEVERITY_ERROR, 500, 1); static const LPCWSTR WIXBUNDLE_VARIABLE_ELEVATED = L"WixBundleElevated";