mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
sync shell32 winetest with wine 1.1.28
svn path=/trunk/; revision=42855
This commit is contained in:
parent
196b3efac7
commit
aa5af3351e
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue