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

Michael Stefaniuc mstefani at redhat.de
Fri Mar 9 09:18:15 CST 2012


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



More information about the wine-patches mailing list