Remove: officially mark Vista as no longer supported (#11531)
It is very likely Vista hasn't been working for years, but the amount of users that use an OS that has been EoL for over 11 years is very small, so reports happen rarely.
This commit is contained in:
		| @@ -1258,7 +1258,7 @@ static const char *SelectPixelFormat(HDC dc) | ||||
| 		0, 0, 0, 0                     // Ignored/reserved. | ||||
| 	}; | ||||
|  | ||||
| 	if (IsWindowsVistaOrGreater()) pfd.dwFlags |= PFD_SUPPORT_COMPOSITION; // Make OpenTTD compatible with Aero. | ||||
| 	pfd.dwFlags |= PFD_SUPPORT_COMPOSITION; // Make OpenTTD compatible with Aero. | ||||
|  | ||||
| 	/* Choose a suitable pixel format. */ | ||||
| 	int format = ChoosePixelFormat(dc, &pfd); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Patric Stout
					Patric Stout