diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp')
| -rw-r--r-- | src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp index 29a5d7d5..2577d509 100644 --- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp +++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp | |||
| @@ -61,7 +61,7 @@ public: // IBAFunctions | |||
| 61 | __inout DWORD* /*pdwAutomaticBehaviorType*/ | 61 | __inout DWORD* /*pdwAutomaticBehaviorType*/ |
| 62 | ) | 62 | ) |
| 63 | { | 63 | { |
| 64 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, wzName, -1, L"InstallTestButton", -1)) | 64 | if (CSTR_EQUAL == ::CompareStringOrdinal(wzName, -1, L"InstallTestButton", -1, FALSE)) |
| 65 | { | 65 | { |
| 66 | *pfProcessed = TRUE; | 66 | *pfProcessed = TRUE; |
| 67 | *pwId = BAF_CONTROL_INSTALL_TEST_BUTTON; | 67 | *pwId = BAF_CONTROL_INSTALL_TEST_BUTTON; |
| @@ -343,7 +343,7 @@ private: | |||
| 343 | 343 | ||
| 344 | for (DWORD iAssignControl = 0; iAssignControl < countof(vrgInitControls); ++iAssignControl) | 344 | for (DWORD iAssignControl = 0; iAssignControl < countof(vrgInitControls); ++iAssignControl) |
| 345 | { | 345 | { |
| 346 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_NEUTRAL, 0, pArgs->pThemeControl->sczName, -1, vrgInitControls[iAssignControl].wzName, -1)) | 346 | if (CSTR_EQUAL == ::CompareStringOrdinal(pArgs->pThemeControl->sczName, -1, vrgInitControls[iAssignControl].wzName, -1, FALSE)) |
| 347 | { | 347 | { |
| 348 | fProcessed = TRUE; | 348 | fProcessed = TRUE; |
| 349 | pResults->wId = vrgInitControls[iAssignControl].wId; | 349 | pResults->wId = vrgInitControls[iAssignControl].wId; |
