Janitorial W->A dlls/imm32/imm.c

Tony Lambregts tony_lambregts at telusplanet.net
Sun Mar 23 20:35:34 CST 2003


Change Log: get rid of W->A calls

Files Changed: dlls/imm32/imm.c

-- 

Tony Lambregts
-------------- next part --------------
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;


More information about the wine-patches mailing list