Re: [7/7] ws2_32: Better trace setsockopt/getsockopt (try 2)
30 Mar
2015
30 Mar
'15
7:41 a.m.
Bruno Jesus <00cpxxx(a)gmail.com> writes:
Use wine_dbg_sprintf instead of plain sprintf, that simplified the patch =)
What you really want is to implement a debugstr_sockopt and something like a debugstr_optval and use these in normal TRACE statements, instead of hiding the trace inside a helper function. Also you can't append to a wine_dbg_sprintf string, that's why it's const... -- Alexandre Julliard julliard(a)winehq.org
4000
Age (days ago)
4000
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard