Commit 8d31aebc authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

user32: Fix a comment.

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