linux-2.4.0-test10 now calls 'flags' as 'features'.

This commit is contained in:
Marcus Meissner 2000-11-28 23:54:36 +00:00 committed by Alexandre Julliard
parent 5956b986d9
commit db6fc1ce61

View file

@ -190,7 +190,9 @@ VOID WINAPI GetSystemInfo(
if (sscanf(value,"%d",&x))
cachedsi.wProcessorRevision = x;
}
if (!strncasecmp(line,"flags",strlen("flags"))) {
if ( !strncasecmp(line,"flags",strlen("flags")) ||
!strncasecmp(line,"features",strlen("features"))
) {
if (strstr(value,"cx8"))
PF[PF_COMPARE_EXCHANGE_DOUBLE] = TRUE;
if (strstr(value,"mmx"))