Commit 4430decf authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mmsystem.dll16: Drop the WINE_ prefix from a FIXME.

parent 51998b92
......@@ -554,7 +554,7 @@ LPMMIOPROC16 WINAPI mmioInstallIOProc16(FOURCC fccIOProc, LPMMIOPROC16 pIOProc,
}
break;
default:
WINE_FIXME("Unsupported flags %08x\n", dwFlags);
FIXME("Unsupported flags %08x\n", dwFlags);
pIOProc = NULL;
}
LeaveCriticalSection(&mmio_cs);
......
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