Commit 16c9b10d authored by Alexandre Julliard's avatar Alexandre Julliard

windebug: Avoid using the CONTEXT86 type.

parent fe0f0c03
......@@ -30,7 +30,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(dll);
* WinNotify (WINDEBUG.3)
* written without _any_ docu
*/
void WINAPI WinNotify16(CONTEXT86 *context)
void WINAPI WinNotify16(CONTEXT *context)
{
FIXME("(AX=%04x):stub.\n", LOWORD(context->Eax));
switch (LOWORD(context->Eax))
......
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