mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:03:29 +00:00
[SHELL32]
Fix MSVC build. svn path=/trunk/; revision=59368
This commit is contained in:
parent
f5fbeb377b
commit
d9ba33534f
1 changed files with 6 additions and 5 deletions
|
@ -695,17 +695,18 @@ static void DdeTestProgman2(DWORD instance, HCONV hConv, int testnum)
|
||||||
|
|
||||||
START_TEST(progman_dde)
|
START_TEST(progman_dde)
|
||||||
{
|
{
|
||||||
if(!winetest_interactive)
|
|
||||||
{
|
|
||||||
skip("Skipping progman_dde() until we have a sane DDE implementation. CORE-6559.\n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
DWORD instance = 0;
|
DWORD instance = 0;
|
||||||
UINT err;
|
UINT err;
|
||||||
HSZ hszProgman;
|
HSZ hszProgman;
|
||||||
HCONV hConv;
|
HCONV hConv;
|
||||||
int testnum;
|
int testnum;
|
||||||
|
|
||||||
|
if(!winetest_interactive)
|
||||||
|
{
|
||||||
|
skip("Skipping progman_dde() until we have a sane DDE implementation. CORE-6559.\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
init_function_pointers();
|
init_function_pointers();
|
||||||
init_strings();
|
init_strings();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue