mmsystem.dll16: Drop the WINE_ prefix from a FIXME.
This commit is contained in:
parent
51998b929a
commit
4430decf74
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue