commit | 383da68cf92c1ca596db8ce99274442bb0d1885f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
tree | fc66986c9be223862b58c5cf09c55c82a854e4b7 | |
parent | fc296da4e205b24d6672e3bf0ad358404d8aa9ee [diff] [blame] |
Optimized debugging API to reduce code size.
diff --git a/msdos/int41.c b/msdos/int41.c index 76f3554..905218a 100644 --- a/msdos/int41.c +++ b/msdos/int41.c
@@ -6,6 +6,9 @@ #include <stdio.h> #include "miscemu.h" +#include "debugtools.h" + +DEFAULT_DEBUG_CHANNEL(int); /*********************************************************************** * INT_Int41Handler