mshtml: Rename EVENTID_INVALID to EVENTID_INVALID_ID.
commitf98ba4fa9b4bd451959b344d5f7dafa64c777ecb
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Thu, 1 Dec 2022 14:57:17 +0000 (1 16:57 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Dec 2022 19:36:05 +0000 (1 20:36 +0100)
treeb0480b6ade56651ba7b1f5afb376cdf96916d542
parent95bbaa62107eed168d1f5eda61eb572967082eea
mshtml: Rename EVENTID_INVALID to EVENTID_INVALID_ID.

There is actually an "invalid" event type (sent on invalid input for example),
so this avoids confusion with it.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/mshtml/htmlevent.h
dlls/mshtml/htmlimg.c