From aa5af3351eee0eed87143f71f2bddc85fab5a3aa Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sat, 22 Aug 2009 16:56:26 +0000 Subject: [PATCH] sync shell32 winetest with wine 1.1.28 svn path=/trunk/; revision=42855 --- rostests/winetests/shell32/shlfolder.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rostests/winetests/shell32/shlfolder.c b/rostests/winetests/shell32/shlfolder.c index 535c9ada568..ed3a8b5a59e 100644 --- a/rostests/winetests/shell32/shlfolder.c +++ b/rostests/winetests/shell32/shlfolder.c @@ -81,15 +81,6 @@ static void init_function_pointers(void) ok(hr == S_OK, "SHGetMalloc failed %08x\n", hr); } -static const char *wine_dbgstr_w(LPCWSTR str) -{ - static char buf[512]; - if (!str) - return "(null)"; - WideCharToMultiByte(CP_ACP, 0, str, -1, buf, sizeof(buf), NULL, NULL); - return buf; -} - static void test_ParseDisplayName(void) { HRESULT hr;