Replace SetConsoleCtrlHandler fixme with a comment

Mike Hearn mike at navi.cx
Mon Mar 15 07:50:59 CST 2004


This output can interfere with shell/wcmd processes, or at least make them
harder to use. If we put every todo item in a fixme wine would be unusable
anyway :)

Mike Hearn <mh at codeweavers.com>
Replace SetConsoleCtrlHandler fixme with a comment

Index: dlls/kernel/console.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/console.c,v
retrieving revision 1.26
diff -u -r1.26 console.c
--- dlls/kernel/console.c       11 Mar 2004 22:46:27 -0000      1.26
+++ dlls/kernel/console.c       15 Mar 2004 13:44:22 -0000
@@ -1427,7 +1427,7 @@
 {
     BOOL        ret = TRUE;
  
-    FIXME("(%p,%i) - no error checking or testing yet\n", func, add);
+    /* FIXME: no error checking or testing yet */
  
     if (!func)
     {





More information about the wine-devel mailing list