[SNMPAPI] How to fix the tests for win98 and NT4?

Paul Vriens paul.vriens.wine at gmail.com
Wed Aug 8 07:23:27 CDT 2007


Hi,

There are several functions in the util.c test that are not available on win98 
and NT4. That can be dealt with easily.

Almost all tests with a NULL parameter crash on win98/NT4. I know that a few 
weeks back we talked about ignoring win98 if it would mean skipping a lot of 
tests, but now NT4 is involved as well.

I could introduce a variable of course that's set when we are on NT4 or lower 
(because of the missing functions) and don't run the 'NULL' tests.

Any ideas, comments?

Cheers,

Paul.



More information about the wine-devel mailing list