"Thorsten Kani" <beebix(a)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.