Commctl32 Stubs

Dmitry Timoshkov dmitry at baikal.ru
Thu Oct 14 18:34:03 CDT 2004


"Thorsten Kani" <beebix at gmx.net> wrote:

> +BOOL WINAPI
> +SetPathWordBreakProc(DWORD par1, HWND hwndTo)
> +{
> +    LRESULT result;
> +    
> +    result=SendMessageA (hwndTo,EM_GETWORDBREAKPROC,0,0);  
> +    TRACE("(par1: %lx, HwndTo: %p, CurrentPWBProc: %lx) Stub!\n", par1, hwndTo, result);

...

> +BOOL WINAPI
> +MirrorIcon(LONG par1)
> +{
> +    TRACE("(par1: %lx) empty stub!\n", par1);
> +    return FALSE;
> +}

You have to use FIXME not TRACE for stubs.

-- 
Dmitry.




More information about the wine-devel mailing list