Added stub for WINNLS32EnableIME.
This commit is contained in:
parent
28d9aafc81
commit
42b616939a
|
@ -38,3 +38,12 @@ BOOL WINAPI WINNLSGetEnableStatus16(HWND16 hWnd)
|
|||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* WINNLS32EnableIME (WINNLS32.1)
|
||||
*/
|
||||
BOOL WINAPI WINNLS32EnableIME(HWND hWnd, BOOL fEnable)
|
||||
{
|
||||
/* fake return of previous status. is this what this function should do ? */
|
||||
return !fEnable;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1 stub WINNLS32EnableIME
|
||||
1 stdcall WINNLS32EnableIME(long long)
|
||||
2 stub WINNLS32GetEnableStatus
|
||||
3 stub WINNLS32GetIMEHotKey
|
||||
21 stub IMP32GetIME
|
||||
|
|
Loading…
Reference in New Issue