commit | 75c525c16f826dc44a8f5c363b95893dc4003c3c | [log] [tgz] |
---|---|---|
author | James Juran <jamesjuran@alumni.psu.edu> | Fri May 18 20:56:37 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 18 20:56:37 2001 +0000 |
tree | 74cacfca49b7a63a5f804a044a2b70c77f2fca7d | |
parent | 4e5903aa8f973deb0a518ad683c16bb2b470ae04 [diff] [blame] |
Make sure we set dwOSVersionInfoSize before calling GetVersionInfo().
diff --git a/controls/edit.c b/controls/edit.c index 5920bf4..0e2a1f4 100644 --- a/controls/edit.c +++ b/controls/edit.c
@@ -361,6 +361,7 @@ OSVERSIONINFOW info; DWORD dwProcVersion = GetProcessVersion(0); + info.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); GetVersionExW( &info ); dwEmulatedVersion = MAKELONG( info.dwMinorVersion, info.dwMajorVersion ); /* fixme: this may not be 100% correct; see discussion on the