21 Apr
2009
21 Apr
'09
3:47 p.m.
Aric Stewart <aric(a)codeweavers.com> writes:
+static HRESULT WINAPI ThreadMgrEventSink_OnInitDocumentMgr(ITfThreadMgrEventSink *iface, +ITfDocumentMgr *pdim) +{ + trace("%s\n",__FUNCTION__); + return S_OK; +}
trace() already includes the file and line, and __FUNCTION__ is not portable, please avoid it in tests. -- Alexandre Julliard julliard(a)winehq.org