mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[SHELL32]
Fix MSVC build. svn path=/trunk/; revision=59368
This commit is contained in:
@@ -695,17 +695,18 @@ static void DdeTestProgman2(DWORD instance, HCONV hConv, int testnum)
|
||||
|
||||
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;
|
||||
UINT err;
|
||||
HSZ hszProgman;
|
||||
HCONV hConv;
|
||||
int testnum;
|
||||
|
||||
if(!winetest_interactive)
|
||||
{
|
||||
skip("Skipping progman_dde() until we have a sane DDE implementation. CORE-6559.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
init_function_pointers();
|
||||
init_strings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user