We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554184e commit 240ba5cCopy full SHA for 240ba5c
1 file changed
src/util/platform/FFPlatform_windows.c
@@ -203,6 +203,7 @@ static void getSystemReleaseAndVersion(FFPlatformSysinfo* info)
203
const char* wineVersion = detectWine();
204
if (wineVersion)
205
ffStrbufSetF(&info->name, "Wine_%s", wineVersion);
206
+ else
207
{
208
switch (osVersion.dwPlatformId)
209
0 commit comments