user32: Fix a comment.

This commit is contained in:
Juan Lang 2007-03-12 21:10:41 -07:00 committed by Alexandre Julliard
parent dac10f0da8
commit 8d31aebc5c
1 changed files with 1 additions and 1 deletions

View File

@ -2725,7 +2725,7 @@ INT WINAPI GetSystemMetrics( INT index )
return tmMenuFont.tmHeight <= 0 ? 13 :
((tmMenuFont.tmHeight + tmMenuFont.tmExternalLeading + 1) / 2) * 2 - 1;
case SM_SLOWMACHINE:
return 0; /* FIXME: Should check the type of processor */
return 0; /* Never true */
case SM_MIDEASTENABLED:
return 0; /* FIXME */
case SM_MOUSEWHEELPRESENT: