Commit b455c752 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

A couple of stubs for Terminal Server Client 16 bit.

parent 2081b8b0
/* nothing here yet */
#include "windef.h"
#include "wine/winuser16.h"
BOOL WINAPI WINNLSEnableIME16(HWND16 hWnd, BOOL fEnable)
{
/* fake return of previous status. is this what this function should do ? */
return !fEnable;
}
BOOL WINAPI WINNLSGetEnableStatus16(HWND16 hWnd)
{
return FALSE;
}
......@@ -15,9 +15,9 @@ owner winnls32
12 stub WINNLSSETIMESTATUS
14 stub WINNLSSETIMEHOTKEY
15 stub WINNLSGETIMEHOTKEY
16 stub WINNLSENABLEIME
16 pascal16 WINNLSEnableIME(word word) WINNLSEnableIME16
17 stub WINNLSGETKEYSTATE
18 stub WINNLSGETENABLESTATUS
18 pascal16 WINNLSGetEnableStatus(word) WINNLSGetEnableStatus16
19 stub WINNLSSETKEYSTATE
20 stub IMPADDIME
21 stub IMPDELETEIME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment