diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index ae6cc88ea6b..ffa5c8be6d8 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -2592,8 +2592,12 @@ w32_msg_pump (deferred_msg * msg_buf) | |||
| 2592 | abort (); | 2592 | abort (); |
| 2593 | } | 2593 | } |
| 2594 | break; | 2594 | break; |
| 2595 | #ifdef MSG_DEBUG | ||
| 2596 | /* Broadcast messages make it here, so you need to be looking | ||
| 2597 | for something in particular for this to be useful. */ | ||
| 2595 | default: | 2598 | default: |
| 2596 | DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message)); | 2599 | DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message)); |
| 2600 | #endif | ||
| 2597 | } | 2601 | } |
| 2598 | } | 2602 | } |
| 2599 | else | 2603 | else |