https://bugs.winehq.org/show_bug.cgi?id=38289
Axel Gembe derago@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |derago@gmail.com
--- Comment #6 from Axel Gembe derago@gmail.com --- https://bugs.winehq.org/show_bug.cgi?id=47798 looks like it is the same bug but with a simpler reproduction.
I can confirm that this bug still exists in Wine 7.2.
I've hit this bug when diagnosing why the Visual Studio 2019 Build Tools vcvarsall.bat didn't detect the installed Windows SDK. Turns out that in "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\vsdevcmd\core\winsdk.bat" there is a check for "if "!result:~0,3!"=="10." (" which compares the first 3 character of the Windows SDK version to "10." which always fails because of this issue.