[PATCH 1/2] ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx

Alexandre Julliard julliard at winehq.org
Wed Aug 4 10:57:40 CDT 2010


Detlef Riekenberg <wine.dev at web.de> writes:

> @@ -37,8 +37,12 @@
>  #include "winternl.h"
>  #include "wine/debug.h"
>  #include "wine/exception.h"
> +#include "wine/unicode.h"
>  #include "ntdll_misc.h"
>  
> +#include "winsock2.h"

You don't want to include winsock2.h here.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list