Ignore:
Timestamp:
Aug 4, 1999, 4:39:06 PM (26 years ago)
Author:
phaller
Message:

Fix: removed the beep from the exception message box. You might get a infinite beeeeeeeep on killing such a process (XAB - extremely annoying behaviour)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r299 r413  
    1 /* $Id: exceptions.cpp,v 1.7 1999-07-13 10:38:33 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.8 1999-08-04 14:39:06 phaller Exp $ */
    22
    33/*
     
    332332                "Oh, nooo!",
    333333                0,
    334                 MB_OK | MB_ERROR);
     334                MB_OK);
    335335
    336336  return WINEXCEPTION_EXECUTE_HANDLER;
Note: See TracChangeset for help on using the changeset viewer.