Re: [7/7] cmd.exe: Support rd dir1 dir2 dir3 etc
28 Feb
2007
28 Feb
'07
1:30 p.m.
"Ann & Jason Edmeades" <us(a)edmeades.me.uk> writes:
diff --git a/programs/cmd/wcmd.h b/programs/cmd/wcmd.h index d6357f0..a7a73ae 100644 --- a/programs/cmd/wcmd.h +++ b/programs/cmd/wcmd.h @@ -27,6 +27,9 @@ #include <stdio.h> #include <ctype.h>
+#include "wine/debug.h" +WINE_DEFAULT_DEBUG_CHANNEL(cmd);
Adding tracing is OK, but this should go in the C files that need it, not in a header. -- Alexandre Julliard julliard(a)winehq.org
6863
Age (days ago)
6863
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard