[2/5] resend ws2_32/tests: add tests for Inet_Ntop and inet_ntoa

Alexandre Julliard julliard at winehq.org
Tue Apr 7 08:57:33 CDT 2009


Jeff Latimer <lats at yless4u.com.au> writes:

> @@ -55,6 +55,9 @@
>          ok ( cond tmp, msg, GetCurrentThreadId(), err); \
>     } while (0);
>  
> +/* Function pointers */
> +static HMODULE hws2_32 = 0;
> +static PCTSTR  (WINAPI  *pInetNtop)(int,LPVOID,LPTSTR,size_t) = 0;

You can't use TCHAR types in tests.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list