DPRINTF->TRACE dlls/ddraw/dsurface/main.c

Lionel Ulmer lionel.ulmer at free.fr
Sat Mar 15 15:22:11 CST 2003


Just to nitpick, in most of your patches, you have this :

>  	if (TRACE_ON(ddraw)) {
> -	    DPRINTF("   Real caps are : "); DDRAW_dump_DDSCAPS2(&our_caps); DPRINTF("\n");
> +	    TRACE("   Real caps are : "); DDRAW_dump_DDSCAPS2(&our_caps); TRACE("\n");
>  	}

As we use 'TRACE' now and not 'DPRINTF', the 'TRACE_ON' constructs could be
removed.

But well, one could say that it optimizes stuff to not do the test thrice :-)

                        Lionel

-- 
		 Lionel Ulmer - http://www.bbrox.org/



More information about the wine-devel mailing list