[WINMM] change FIXME to WARN.

Robert Reif reif at earthlink.net
Fri May 6 10:23:24 CDT 2005


Change FIXME to WARN.
-------------- next part --------------
Index: dlls/winmm/time.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/time.c,v
retrieving revision 1.32
diff -u -p -r1.32 time.c
--- dlls/winmm/time.c	27 Apr 2005 08:12:58 -0000	1.32
+++ dlls/winmm/time.c	6 May 2005 15:18:46 -0000
@@ -434,7 +434,7 @@ MMRESULT WINAPI timeBeginPeriod(UINT wPe
 
     if (wPeriod > MMSYSTIME_MININTERVAL)
     {
-        FIXME("Stub; we set our timer resolution at minimum\n");
+        WARN("Stub; we set our timer resolution at minimum\n");
     }
 
     return 0;
@@ -450,7 +450,7 @@ MMRESULT WINAPI timeEndPeriod(UINT wPeri
 
     if (wPeriod > MMSYSTIME_MININTERVAL)
     {
-        FIXME("Stub; we set our timer resolution at minimum\n");
+        WARN("Stub; we set our timer resolution at minimum\n");
     }
     return 0;
 }


More information about the wine-patches mailing list