Ignore:
Timestamp:
Mar 3, 2003, 5:38:20 PM (22 years ago)
Author:
sandervl
Message:

ExitProcess: turn off hard errors & exception popups before calling O32_ExitProcess (release build only)

File:
1 edited

Legend:

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

    r9693 r9890  
    1 /* $Id: oslibmisc.cpp,v 1.17 2003-01-20 10:46:28 sandervl Exp $ */
     1/* $Id: oslibmisc.cpp,v 1.18 2003-03-03 16:38:20 sandervl Exp $ */
    22/*
    33 * Misc OS/2 util. procedures
     
    1414#define INCL_BASE
    1515#define INCL_DOSPROCESS
     16#define INCL_DOSERRORS
    1617#define INCL_DOSSEL
    1718#define INCL_DOSNLS        /* National Language Support values */
     
    332333//******************************************************************************
    333334//******************************************************************************
     335BOOL OSLibDisablePopups()
     336{
     337   return DosError(FERR_DISABLEEXCEPTION | FERR_DISABLEHARDERR) == NO_ERROR;   
     338}
     339//******************************************************************************
     340//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.