14 Oct
2004
14 Oct
'04
6:34 p.m.
"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.
7819
Age (days ago)
7819
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov