aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp3
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))