Re: [2/6] ws2_32/tests: add tests for Inet_Ntop and inet_ntoa
On Sat, Mar 7, 2009 at 5:56 PM, Jeff Latimer <lats(a)yless4u.com.au> wrote:
Note that Inet_Ntop is only available in Vista and Windows 2008. Hence the testing of version to avoid breaking the test suite on earlier OS's.
Checking the windows version is not allowed in the tests. -- James Hawkins
James Hawkins wrote:
On Sat, Mar 7, 2009 at 5:56 PM, Jeff Latimer <lats(a)yless4u.com.au> wrote:
Note that Inet_Ntop is only available in Vista and Windows 2008. Hence the testing of version to avoid breaking the test suite on earlier OS's. Checking the windows version is not allowed in the tests.
How do I work around the function not being available in earlier windows versions?
On Sat, Mar 7, 2009 at 8:14 PM, Jeff Latimer <lats(a)yless4u.com.au> wrote:
James Hawkins wrote:
On Sat, Mar 7, 2009 at 5:56 PM, Jeff Latimer <lats(a)yless4u.com.au> wrote:
Note that Inet_Ntop is only available in Vista and Windows 2008. Hence the testing of version to avoid breaking the test suite on earlier OS's.
Checking the windows version is not allowed in the tests.
How do I work around the function not being available in earlier windows versions?
Like every other test: function pointers and GetProcAddress. -- James Hawkins
participants (2)
-
James Hawkins -
Jeff Latimer