http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf4ce8
)
imm32: Set size of OSVERSIONINFOA before calling GetVersionExA.
author
Matt 'Murph' Finnicum
<mattfinn@gmail.com>
Wed, 28 Jul 2010 19:08:33 +0000
(14:08 -0500)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 29 Jul 2010 08:23:24 +0000
(10:23 +0200)
dlls/imm32/imm.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/imm32/imm.c
b/dlls/imm32/imm.c
index c708b83c90a3b1b885dbdf9db5e4334463cedb61..28f482c2dad46a2d6ae8f6e69caeb5c0bd148a54 100644
(file)
--- a/
dlls/imm32/imm.c
+++ b/
dlls/imm32/imm.c
@@
-1769,6
+1769,7
@@
UINT WINAPI ImmGetVirtualKey(HWND hWnd)
if ( data )
return data->lastVK;
+ version.dwOSVersionInfoSize = sizeof(OSVERSIONINFOA);
GetVersionExA( &version );
switch(version.dwPlatformId)
{