windebug: Avoid using the CONTEXT86 type.

oldstable
Alexandre Julliard 2010-10-20 15:38:23 +02:00
parent fe0f0c0349
commit 16c9b10dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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))