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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Change Log: get rid of W->A calls

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;

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux