Module: wine Branch: master Commit: 4430decf74070339c188073c341d95ad6fcc58b0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4430decf74070339c188073c34...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Mar 9 16:18:15 2012 +0100
mmsystem.dll16: Drop the WINE_ prefix from a FIXME.
---
dlls/mmsystem.dll16/mmio16.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mmsystem.dll16/mmio16.c b/dlls/mmsystem.dll16/mmio16.c index ff55ce9..1db82c2 100644 --- a/dlls/mmsystem.dll16/mmio16.c +++ b/dlls/mmsystem.dll16/mmio16.c @@ -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);