Pascal Quantin
changed
bug 9297
What |
Removed |
Added |
Attachment #11825 is obsolete |
|
1
|
Attachment #11825 Flags |
review_for_checkin?
|
|
Comment # 3
on bug 9297
from Pascal Quantin
Created attachment 11826 [details]
Replace GetVersionEx by VerifyVersionInfo
Thanks for the patch. You will find attached an updated patch that replaces the
calls to GetVersionEx in emem.c and capture_win_ifnames.c.
Could you give it a try with your MSVC2013 version?
This patch does not replace GetVersionEx in version_info.c yet. Replacing it by
VerifyVersionInfo is a bit painful as we are gonna replace 1 call to
GetVersionEx by multiple calls to VerifyVersionInfo so as to strictly identify
the OS version... Moreover I also just discovered a new funny decision from
Microsoft
(http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx) that
makes Windows 8.1 identifying itself as Windows 8 by default when using
GetVersionEx...
You are receiving this mail because:
- You are watching all bug changes.