diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-08-10 19:24:45 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-08-10 20:27:48 -0500 |
| commit | 0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f (patch) | |
| tree | 9806619cb509dcb18a36f990ce9a2f37e30d1cdd /src/test | |
| parent | 3756ae7c8dc60d459511d0b067ebef5efb052746 (diff) | |
| download | wix-0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f.tar.gz wix-0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f.tar.bz2 wix-0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f.zip | |
Allow wixstdba special controls to have declarative text.
Fixes 6855
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 48 | __in LPCWSTR wzName, | 48 | __in LPCWSTR wzName, |
| 49 | __inout BOOL* pfProcessed, | 49 | __inout BOOL* pfProcessed, |
| 50 | __inout WORD* pwId, | 50 | __inout WORD* pwId, |
| 51 | __inout BOOL* /*pfDisableAutomaticFunctionality*/ | 51 | __inout DWORD* /*pdwAutomaticBehaviorType*/ |
| 52 | ) | 52 | ) |
| 53 | { | 53 | { |
| 54 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) | 54 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) |
