win-mf: Make minor adjustment to windows 7 warning

Instead of saying "windows versions less than 8", say "windows versions
prior to 8".
master
jp9000 2016-08-05 18:55:51 -07:00
parent 8fe01f2de1
commit b41a88f39f
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ extern "C" void RegisterMFAACEncoder()
{
if (!IsWindows8OrGreater()) {
MF_LOG(LOG_WARNING, "plugin is disabled for performance "
"reasons on Windows versions less than 8");
"reasons on Windows versions prior to 8");
return;
}