Fix very minor build warning (#17781)

This commit is contained in:
Ryunam 2025-04-08 19:24:51 +02:00 committed by GitHub
parent dc67ff6418
commit fbd05aa185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ static size_t frontend_win32_get_os(char *s, size_t len, int *major, int *minor)
#ifndef _MSC_VER
/* Vista and later, MSYS2/MINGW64 build
/* Check for Win11 by looking for a specific Registry value.
* Check for Win11 by looking for a specific Registry value.
* The behavior of GetVersionEx is changed under Win11 and no longer provides
* relevant data. If the specific Registry value is present, read version data
* directly from registry and skip remainder of function.