Commit db6fc1ce authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

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

parent 5956b986
...@@ -190,7 +190,9 @@ VOID WINAPI GetSystemInfo( ...@@ -190,7 +190,9 @@ VOID WINAPI GetSystemInfo(
if (sscanf(value,"%d",&x)) if (sscanf(value,"%d",&x))
cachedsi.wProcessorRevision = 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")) if (strstr(value,"cx8"))
PF[PF_COMPARE_EXCHANGE_DOUBLE] = TRUE; PF[PF_COMPARE_EXCHANGE_DOUBLE] = TRUE;
if (strstr(value,"mmx")) if (strstr(value,"mmx"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment