Added stub for WINNLS32EnableIME.

This commit is contained in:
Christian Costa 2004-03-29 22:54:42 +00:00 committed by Alexandre Julliard
parent 28d9aafc81
commit 42b616939a
2 changed files with 10 additions and 1 deletions

View File

@ -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;
}

View File

@ -1,4 +1,4 @@
1 stub WINNLS32EnableIME
1 stdcall WINNLS32EnableIME(long long)
2 stub WINNLS32GetEnableStatus
3 stub WINNLS32GetIMEHotKey
21 stub IMP32GetIME