diff src/w32fns.c @ 92362:099207aa138c

(w32_msg_pump): Disable debug code.
author Jason Rumney <jasonr@gnu.org>
date Sat, 01 Mar 2008 10:02:23 +0000
parents 049a396d6d9d
children c99b62a964c4
line wrap: on
line diff
--- a/src/w32fns.c	Sat Mar 01 04:53:01 2008 +0000
+++ b/src/w32fns.c	Sat Mar 01 10:02:23 2008 +0000
@@ -2592,8 +2592,12 @@
 		  abort ();
 	      }
 	      break;
+#ifdef MSG_DEBUG
+              /* Broadcast messages make it here, so you need to be looking
+                 for something in particular for this to be useful.  */
 	    default:
 	      DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message));
+#endif
 	    }
 	}
       else