winedbg fixup

Dmitry Timoshkov dmitry at baikal.ru
Wed Feb 4 19:35:17 CST 2004


"Eric Pouech" <pouech-eric at wanadoo.fr> wrote:

> +static unsigned is_dt_flag_valid(unsigned d_tag)
> +{
> +#ifndef DT_PROCNUM
> +#define DT_PROCNUM 0
> +#endif
> +#ifndef DT_EXTRANUM
> +#define DT_PROCNUM 0
> +#endif

Shouldn't in the latter case it be:

#ifndef DT_EXTRANUM
#define DT_EXTRANUM 0
#endif

-- 
Dmitry.





More information about the wine-devel mailing list