Module: wine Branch: master Commit: b0696b8b4a9ee4c0eefaf7d8a9f453aaaed9ed44 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b0696b8b4a9ee4c0eefaf7d8a9...
Author: André Hentschel nerv@dawncrow.de Date: Fri Apr 1 18:51:59 2011 +0200
uxtheme/tests: Remove unneeded comment.
---
dlls/uxtheme/tests/system.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c index a63b6c4..0aaadbd 100644 --- a/dlls/uxtheme/tests/system.c +++ b/dlls/uxtheme/tests/system.c @@ -514,11 +514,6 @@ static void test_GetCurrentThemeName(void) "Expected 0xdeadbeef, got 0x%08x\n", GetLastError());
- /* When the number of characters given is too small (not 0, see above), GetCurrentThemeName returns 0x8007007a. - * The only definition I found was in strsafe.h: - * - * #define STRSAFE_E_INSUFFICIENT_BUFFER ((HRESULT)0x8007007AL) // 0x7A = 122L = ERROR_INSUFFICIENT_BUFFER - */ SetLastError(0xdeadbeef); hRes = pGetCurrentThemeName(currentTheme, 2, NULL, 0, NULL, 0); if (bThemeActive)