Re: kernel32: Add tests for job objects (try 3)
2 Oct
2013
2 Oct
'13
9:04 a.m.
On 10/2/2013 12:58, Andrew Cook wrote:
+ if(!pCreateJobObjectW) { + win_skip("No job object support\n"); + return; + } Once you checked that I suppose you don't need to check for pIsProcessInJob being null, or it still could happen?
+ if (option && strcmp(option, "wait") == 0) { + /* for job object tests */ + Sleep(3000); + return; + } Is it really necessary?
4455
Age (days ago)
4455
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov