On 10/2/2013 12:58, Andrew Cook wrote:
Once you checked that I suppose you don't need to check for pIsProcessInJob being null, or it still could happen?+ if(!pCreateJobObjectW) { + win_skip("No job object support\n"); + return; + }
+ if (option && strcmp(option, "wait") == 0) { + /* for job object tests */ + Sleep(3000); + return; + }
Is it really necessary?