Re: Tests and window versions

2005-06-08 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > I've just finished another test for NtQuerySystemInformatio. In this > test I test the structure SYSTEM_PROCESS_INFORMATION. The structure is > however different for NT4. > > If I add an osversion (> 4) check I can check the structure for > W2K/WinXP and

Tests and window versions

2005-06-08 Thread Paul Vriens
Hi, I've just finished another test for NtQuerySystemInformatio. In this test I test the structure SYSTEM_PROCESS_INFORMATION. The structure is however different for NT4. If I add an osversion (> 4) check I can check the structure for W2K/WinXP and W2K3 and skip this structure-check for NT4 (for