Alexandre Julliard : windebug: Avoid using the CONTEXT86 type.

Alexandre Julliard julliard at winehq.org
Wed Oct 20 13:24:42 CDT 2010


Module: wine
Branch: master
Commit: 16c9b10dc9a1e158a730e5852a15ba48ac1b6090
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=16c9b10dc9a1e158a730e5852a15ba48ac1b6090

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 20 15:38:23 2010 +0200

windebug: Avoid using the CONTEXT86 type.

---

 dlls/windebug.dll16/windebug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/windebug.dll16/windebug.c b/dlls/windebug.dll16/windebug.c
index 7b913b2..8b5baa7 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))




More information about the wine-cvs mailing list