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 tak
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
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 "LockWorkStat