From 9d3af7547bb790d39157dd36dfa862a1abf47beb Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 8 Nov 2021 15:24:46 -0600 Subject: Go back to thmutil not interfering with wixstdba controls. --- src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp | 3 ++- 1 file changed, 2 insertions(+), 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 6c37fbd8..7c533fea 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp @@ -46,7 +46,8 @@ public: // IBAFunctions virtual STDMETHODIMP OnThemeControlLoading( __in LPCWSTR wzName, __inout BOOL* pfProcessed, - __inout WORD* pwId + __inout WORD* pwId, + __inout BOOL* /*pfDisableAutomaticFunctionality*/ ) { if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) -- cgit v1.2.3-55-g6feb