mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
mshtml/tests: Make test_UIActivate() static.
This commit is contained in:
parent
5a2d9e8e5f
commit
b8cbde5c19
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user