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

This commit is contained in:
Michael Stefaniuc 2012-03-09 16:18:15 +01:00 committed by Alexandre Julliard
parent 51998b929a
commit 4430decf74
1 changed files with 1 additions and 1 deletions

View File

@ -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);