Fix the conversion of MS style '#line' directives to gcc style.
[wine.git] / dlls / winnls / winnls.c
blob7f7fdba1ef6972b775b0573b699009c9c832b40c
1 #include "windef.h"
2 #include "wine/winuser16.h"
4 /***********************************************************************
5 * WINNLSEnableIME (WINNLS.16)
6 */
7 BOOL WINAPI WINNLSEnableIME16(HWND16 hWnd, BOOL fEnable)
9 /* fake return of previous status. is this what this function should do ? */
10 return !fEnable;
13 /***********************************************************************
14 * WINNLSGetEnableStatus (WINNLS.18)
16 BOOL WINAPI WINNLSGetEnableStatus16(HWND16 hWnd)
18 return FALSE;