diff --git a/dlls/windebug.dll16/windebug.c b/dlls/windebug.dll16/windebug.c index 7b913b253dc..8b5baa71880 100644 --- a/dlls/windebug.dll16/windebug.c +++ b/dlls/windebug.dll16/windebug.c @@ -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))