Commit 723a67d1 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

Change FIXME to WARN.

parent 821d4c46
......@@ -434,7 +434,7 @@ MMRESULT WINAPI timeBeginPeriod(UINT wPeriod)
if (wPeriod > MMSYSTIME_MININTERVAL)
{
FIXME("Stub; we set our timer resolution at minimum\n");
WARN("Stub; we set our timer resolution at minimum\n");
}
return 0;
......@@ -450,7 +450,7 @@ MMRESULT WINAPI timeEndPeriod(UINT wPeriod)
if (wPeriod > MMSYSTIME_MININTERVAL)
{
FIXME("Stub; we set our timer resolution at minimum\n");
WARN("Stub; we set our timer resolution at minimum\n");
}
return 0;
}
......
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