Commit 42b61693 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Added stub for WINNLS32EnableIME.

parent 28d9aafc
......@@ -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 stub WINNLS32EnableIME
1 stdcall WINNLS32EnableIME(long long)
2 stub WINNLS32GetEnableStatus
3 stub WINNLS32GetIMEHotKey
21 stub IMP32GetIME
......
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