[ros-dev] [ros-diffs] [phater] 74750: [MSWSOCK] Call explicitly DnsQuery_W. Copy host aliases if available as answer from the query
Thomas Faber
thomas.faber at reactos.org
Fri Jun 9 07:34:18 UTC 2017
On 2017-06-02 19:52, phater at svn.reactos.org wrote:
> + aDstNextStr = (char*)((DWORD)aDstNextStr + (DWORD)bItmLen);
DWORD cannot always fit a pointer. You want DWORD_PTR for this kind of
math (or simply use char *).
More information about the Ros-dev
mailing list