Commit 7370c2f3 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Make GetFreeSystemResources16 print its values on TRACE.

parent 95591a6e
...@@ -85,6 +85,7 @@ WORD WINAPI GetFreeSystemResources16( WORD resType ) ...@@ -85,6 +85,7 @@ WORD WINAPI GetFreeSystemResources16( WORD resType )
break; break;
} }
FreeLibrary16( gdi_inst ); FreeLibrary16( gdi_inst );
TRACE_(local)("<- userPercent %d, gdiPercent %d\n", userPercent, gdiPercent);
return (WORD)min( userPercent, gdiPercent ); return (WORD)min( userPercent, gdiPercent );
} }
......
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