Re: Updated three Power Profile functions to match MSDN

2008-04-09 Thread Lei Zhang
On Tue, Apr 8, 2008 at 11:24 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Black Dragon" <[EMAIL PROTECTED]> wrote: > > First of all Wine doesn't accept patches from an anonymous person, > please use your real name. > He did use his real name in the attachment. Probably just need to configu

Re: Updated three Power Profile functions to match MSDN

2008-04-08 Thread Dmitry Timoshkov
"Black Dragon" <[EMAIL PROTECTED]> wrote: First of all Wine doesn't accept patches from an anonymous person, please use your real name. > + if(PowerCaps.SystemS4==TRUE && PowerCaps.HiberFilePresent==TRUE) { return > TRUE; } > + else return FALSE; You should never compare against TRUE, and a