On Fri, 2016-01-15 at 11:35 +0300, Donat Enikeev wrote:
TRACE("DNS address to use %hhu.%hhu.%hhu.%hhu (%u) \n",
p_sockaddr->sin_addr.WS_s_impno, p_sockaddr->sin_addr.WS_s_lh,
p_sockaddr->sin_addr.WS_s_host, p_sockaddr->sin_addr.WS_s_net, p_sockaddr->sin_addr.WS_s_addr);
%hhu is not needed here (and would not be allowed in Wine because it's a C99 feature). You can use %u.