mshtml/tests: Fix the get_event_src() macro declaration.

This commit is contained in:
Francois Gouget 2009-12-06 13:43:25 +01:00 committed by Alexandre Julliard
parent 0b9a4ae341
commit 6fced4d1c7
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ static void _test_attached_event_args(unsigned line, DISPID id, WORD wFlags, DIS
IHTMLEventObj_Release(event);
}
#define get_event_src(t) _get_event_src(__LINE__)
#define get_event_src() _get_event_src(__LINE__)
static IHTMLElement *_get_event_src(unsigned line)
{
IHTMLEventObj *event = _get_event_obj(line);