diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-11-08 15:24:46 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-11-10 17:33:25 -0600 |
| commit | 9d3af7547bb790d39157dd36dfa862a1abf47beb (patch) | |
| tree | 410e6e46daf244dd4e087c658b827fea6231119a /src/test | |
| parent | b49ab4e082127e450b266c25218905c94495892e (diff) | |
| download | wix-9d3af7547bb790d39157dd36dfa862a1abf47beb.tar.gz wix-9d3af7547bb790d39157dd36dfa862a1abf47beb.tar.bz2 wix-9d3af7547bb790d39157dd36dfa862a1abf47beb.zip | |
Go back to thmutil not interfering with wixstdba controls.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 46 | virtual STDMETHODIMP OnThemeControlLoading( | 46 | virtual STDMETHODIMP OnThemeControlLoading( |
| 47 | __in LPCWSTR wzName, | 47 | __in LPCWSTR wzName, |
| 48 | __inout BOOL* pfProcessed, | 48 | __inout BOOL* pfProcessed, |
| 49 | __inout WORD* pwId | 49 | __inout WORD* pwId, |
| 50 | __inout BOOL* /*pfDisableAutomaticFunctionality*/ | ||
| 50 | ) | 51 | ) |
| 51 | { | 52 | { |
| 52 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) | 53 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) |
