Jeff Latimer lats@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.