Files Changed: dlls/imm32/imm.c
--
Tony Lambregts
Index: imm.c =================================================================== RCS file: /home/wine/wine/dlls/imm32/imm.c,v retrieving revision 1.19 diff -u -u -r1.19 imm.c --- imm.c 2 Dec 2002 18:10:59 -0000 1.19 +++ imm.c 24 Mar 2003 02:37:45 -0000 @@ -258,12 +258,12 @@ HIMC hIMC, DWORD dwIndex, LPVOID lpBuf, DWORD dwBufLen) { - OSVERSIONINFOA version; + OSVERSIONINFOW version; FIXME("(%p, %ld, %p, %ld): stub\n", hIMC, dwIndex, lpBuf, dwBufLen ); SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - GetVersionExA( &version ); + GetVersionExW( &version ); switch(version.dwPlatformId) { case VER_PLATFORM_WIN32_WINDOWS: return -1;