Add a stub for CancelDC()

Dmitry Timoshkov dmitry at codeweavers.com
Sat Apr 14 23:34:59 CDT 2007


"Michael Kaufmann" <hallo at michael-kaufmann.ch> wrote:

> +BOOL WINAPI CancelDC( HDC hdc )
> +{
> +  FIXME( "stub\n" );
> +  
> +  return TRUE;
> +}

Please use 4-spaces indentation like in the surrounding code.

-- 
Dmitry.



More information about the wine-devel mailing list