mirror of https://github.com/BOINC/boinc.git
Fix typo pointed out by Nicolas Alvarez
svn path=/trunk/boinc/; revision=15808
This commit is contained in:
parent
2b6f80af15
commit
0838f5cf43
|
@ -439,7 +439,7 @@ BOOL is_processor_feature_supported(DWORD feature) {
|
|||
GetVersionEx(&osvi);
|
||||
|
||||
if (VER_PLATFORM_WIN32_WINDOWS == osvi.dwPlatformId) {
|
||||
// Win9x does have the IsProcessorFeaturePresent function, so just
|
||||
// Win9x doesn't have the IsProcessorFeaturePresent function, so just
|
||||
// run a quick test.
|
||||
return test_processor_feature(feature);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue