Commit b8cbde5c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml/tests: Make test_UIActivate() static.

parent 5a2d9e8e
......@@ -4732,7 +4732,7 @@ static void test_editing_mode(BOOL do_load)
ok(ref == 0, "ref=%d, expected 0\n", ref);
}
void test_UIActivate(BOOL do_load, BOOL use_ipsex, BOOL use_ipsw)
static void test_UIActivate(BOOL do_load, BOOL use_ipsex, BOOL use_ipsw)
{
IUnknown *unk;
IOleObject *oleobj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment