Re: [1/4] Resend: ws2_32/tests: add tests for Inet_Ntop and inet_ntoa

2009-04-24 Thread Jeff Latimer
There's no point in resending if you don't fix the reason it was rejected the first time. My apology, I corrected what I thought was the problem but did not see the others. Have resubmitted it.

Re: [1/4] Resend: ws2_32/tests: add tests for Inet_Ntop and inet_ntoa

2009-04-24 Thread Alexandre Julliard
Jeff Latimer 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,ULONG) = 0; There's no point in resending if you don't f