Re: quartz: Add tests for avi splitter

2008-07-30 Thread Paul Vriens
Maarten Lankhorst wrote: > Hi Paul, > > 2008/7/30 Paul Vriens <[EMAIL PROTECTED]>: >> Hi Maarten, >> >> NT4 doesn't have CreateToolhelp32Snapshot so none of the quartz tests will >> run on NT4 currently. >> >> Should I just create a patch that checks for the existence of this function >> and skip

Re: quartz: Add tests for avi splitter

2008-07-30 Thread Maarten Lankhorst
Hi Paul, 2008/7/30 Paul Vriens <[EMAIL PROTECTED]>: > Hi Maarten, > > NT4 doesn't have CreateToolhelp32Snapshot so none of the quartz tests will > run on NT4 currently. > > Should I just create a patch that checks for the existence of this function > and skip some tests? > > Or do we have another

Re: quartz: Add tests for avi splitter

2008-07-30 Thread Paul Vriens
Hi Maarten, NT4 doesn't have CreateToolhelp32Snapshot so none of the quartz tests will run on NT4 currently. Should I just create a patch that checks for the existence of this function and skip some tests? Or do we have another way to get the number of threads? We could use NtQuerySystemInfor