Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8343553

Rename "win32" to "Windows" across the entire code base

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 24
    • infrastructure
    • None

      The name "win32" is the official name of the Windows API, but it is a misleading and confusing name.

      This is what Microsoft has to say about it:

      "The Win32 API (also called the Windows API) is the native platform for Windows apps. [T]he same functions are generally supported on 32-bit and 64-bit Windows."

      https://learn.microsoft.com/en-us/windows/win32/apiindex/api-index-portal#win32-windows-api

      So technically there is nothing wrong with stuff targeting Windows being called "win32", even if we only support 64-bit Windows going forward.

      With that said, it is very confusing! Which also apparently Microsoft acknowledges by phasing in the term "Windows API". We should try to rename everything currently called "win32" to "windows".

            Unassigned Unassigned
            ihse Magnus Ihse Bursie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: