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.h

    r9617 r9890  
    1 /* $Id: oslibmisc.h,v 1.11 2003-01-05 12:31:24 sandervl Exp $ */
     1/* $Id: oslibmisc.h,v 1.12 2003-03-03 16:38:20 sandervl Exp $ */
    22/*
    33 * Misc util. procedures
     
    2828ULONG OSLibFreeSel(USHORT selector);
    2929PVOID OSLibSelToFlat(USHORT selector);
     30
     31//******************************************************************************
     32// Turn off hard errors & exception popups
     33//******************************************************************************
     34BOOL  OSLibDisablePopups();
    3035
    3136#define TIB_STACKTOP    0
Note: See TracChangeset for help on using the changeset viewer.