14 May
2007
14 May
'07
8:24 p.m.
http://bugs.winehq.org/show_bug.cgi?id=6168 ------- Additional Comments From focht(a)gmx.net 2007-14-05 14:24 ------- Hello, grrr .. a small typo --- snip --- *ppvObj = NULL; if (!ppvObj) return E_INVALIDARG; --- snip --- should be: --- snip --- if (!ppvObj) return E_INVALIDARG; *ppvObj = NULL; --- snip --- Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.