Commit 25e44dbf authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

Don't inline perfect_graphics().

parent 5edf4e1c
......@@ -526,7 +526,7 @@ main()
*
* Favor correctness or speed?
*/
static inline int perfect_graphics(void)
static int perfect_graphics(void)
{
static int perfect = -1;
if (perfect == -1)
......
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