Re: user32.dll: Add stub for LockWorkStation

2008-09-09 Thread Rob Shearman
2008/9/8 Steven Edwards [EMAIL PROTECTED]: On Mon, Sep 8, 2008 at 2:32 PM, Paul Chitescu [EMAIL PROTECTED] wrote: Changelog: user32.dll: Stub for LockWorkStation() Not sure if user_main.c is the right place but I put it together with ExitWindowsEx. Would you mind taking a shot at

Re: user32.dll: Add stub for LockWorkStation

2008-09-08 Thread Rob Shearman
2008/9/8 Paul Chitescu [EMAIL PROTECTED]: /*** + *LockWorkStation (USER32.@) + */ +BOOL WINAPI LockWorkStation() This is the right place to put it be the above should be LockWorkStation(void) not LockWorkStation().

Re: user32.dll: Add stub for LockWorkStation

2008-09-08 Thread Steven Edwards
On Mon, Sep 8, 2008 at 2:32 PM, Paul Chitescu [EMAIL PROTECTED] wrote: Changelog: user32.dll: Stub for LockWorkStation() Not sure if user_main.c is the right place but I put it together with ExitWindowsEx. Would you mind taking a shot at implementing this properly? It was on my TODO