Re: [1/4] Resend: ws2_32/tests: add tests for Inet_Ntop and inet_ntoa
24 Apr
2009
24 Apr
'09
1:01 p.m.
Jeff Latimer <lats(a)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,ULONG) = 0;
There's no point in resending if you don't fix the reason it was rejected the first time. -- Alexandre Julliard julliard(a)winehq.org
24 Apr
24 Apr
2:32 p.m.
New subject: [1/4] Resend: ws2_32/tests: add tests for Inet_Ntop and inet_ntoa
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.
6079
Age (days ago)
6079
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Jeff Latimer