Re: [2/5] resend ws2_32/tests: add tests for Inet_Ntop and inet_ntoa
7 Apr
2009
7 Apr
'09
8:57 a.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,size_t) = 0;
You can't use TCHAR types in tests. -- Alexandre Julliard julliard(a)winehq.org
6183
Age (days ago)
6183
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard