commit | 61fece05900671e9a8feafe70e33c2875f1f2881 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jun 26 19:09:08 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 26 19:09:08 1999 +0000 |
tree | 0e7ce15fbf4e9995aebab5f12147bb16508f498f | |
parent | 617955db881a06fb67a0718d80b0766efe56ec92 [diff] [blame] |
Converted to the new debug interface, using script written by Patrik Stridvall.
diff --git a/msdos/int20.c b/msdos/int20.c index 1ad5b42..a818acf 100644 --- a/msdos/int20.c +++ b/msdos/int20.c
@@ -6,7 +6,7 @@ #include "winbase.h" #include "miscemu.h" /* #define DEBUG_INT */ -#include "debug.h" +#include "debugtools.h" #include "task.h" /**********************************************************************