forked from eclipse-omr/omr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute Windows 10 build number in omrsysinfo_get_OS_version()
This fixes two problems. If _WIN32_WINNT_WIN10 isn't defined, which it isn't for VS2013, use deprecated GetVersionEx() to detect Windows 10. Also query the Windows 10 build number instead of hard coding an old build number. Issue eclipse-openj9/openj9#12260 Signed-off-by: Peter Shipton <[email protected]>
- Loading branch information
Showing
1 changed file
with
44 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters