ntdll: Return STATUS_SUCCESS from SetInformationJobObject

Nikolay Sivov bunglehead at gmail.com
Sat Apr 4 02:10:26 CDT 2015


I don't think it's a good idea to always claim success. It might be 
better to actually store those UILIMIT flags (probably by extending 
set_job_limits ). Alternatively if you don't want to store those for 
some reason you can return success for this class only while keeping a 
fixme, but not for all unimplemented classes.



More information about the wine-devel mailing list