[7/7] cmd.exe: Support rd dir1 dir2 dir3 etc

Alexandre Julliard julliard at winehq.org
Wed Feb 28 07:30:47 CST 2007


"Ann & Jason Edmeades" <us at 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 at winehq.org



More information about the wine-devel mailing list