windebug: Avoid using the CONTEXT86 type.
This commit is contained in:
parent
fe0f0c0349
commit
16c9b10dc9
|
@ -30,7 +30,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(dll);
|
||||||
* WinNotify (WINDEBUG.3)
|
* WinNotify (WINDEBUG.3)
|
||||||
* written without _any_ docu
|
* written without _any_ docu
|
||||||
*/
|
*/
|
||||||
void WINAPI WinNotify16(CONTEXT86 *context)
|
void WINAPI WinNotify16(CONTEXT *context)
|
||||||
{
|
{
|
||||||
FIXME("(AX=%04x):stub.\n", LOWORD(context->Eax));
|
FIXME("(AX=%04x):stub.\n", LOWORD(context->Eax));
|
||||||
switch (LOWORD(context->Eax))
|
switch (LOWORD(context->Eax))
|
||||||
|
|
Loading…
Reference in New Issue