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

Alexandre Julliard julliard at winehq.org
Mon Mar 12 11:59:55 CDT 2012


Module: wine
Branch: master
Commit: 4430decf74070339c188073c341d95ad6fcc58b0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4430decf74070339c188073c341d95ad6fcc58b0

Author: Michael Stefaniuc <mstefani at 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);




More information about the wine-cvs mailing list