From 0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 10 Aug 2022 19:24:45 -0500 Subject: Allow wixstdba special controls to have declarative text. Fixes 6855 --- src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp index bc942dc8..ce74534d 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp @@ -48,7 +48,7 @@ public: // IBAFunctions __in LPCWSTR wzName, __inout BOOL* pfProcessed, __inout WORD* pwId, - __inout BOOL* /*pfDisableAutomaticFunctionality*/ + __inout DWORD* /*pdwAutomaticBehaviorType*/ ) { if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) -- cgit v1.2.3-55-g6feb