Menu

#1529 syswinver on Win10 gives 6.02

5.0.0
closed
Erich
None
none
1
2023-01-01
2018-03-13
AvdP
No

Using build ooRexx.5.0.0.11354-x86_32

On a Windows 10 (64-bit) system the command
say syswinver()
gives
WindowsNT 6.02
I would expect something like:
WindowsNT 10.0

Andre

Discussion

  • LesK

    LesK - 2018-03-13

    say windows_version('oorexx')

    should give you what you're expecting.

     
  • Erich

    Erich - 2018-03-13
    • status: open --> accepted
    • assigned_to: Erich
    • Pending work items: none --> tests
    • Group: None --> 5.0.0
     
  • Erich

    Erich - 2018-03-13

    This issue is due to a GetVersionEx() Windows quirk:
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx

    updated manifest files with revision [r11370]

     

    Related

    Commit: [r11370]

  • Erich

    Erich - 2018-03-14
    • status: accepted --> pending
    • Pending work items: tests --> none
     
  • Rony G. Flatscher

    • Status: pending --> closed
     

Anonymous
Anonymous

Add attachments
Cancel