Changeset 20426
- Timestamp:
- Mar 3, 2003, 5:38:20 PM (22 years ago)
- Location:
- tags/trunk/src/kernel32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/kernel32/oslibmisc.cpp ¶
r20236 r20426 1 /* $Id: oslibmisc.cpp,v 1.1 7 2003-01-20 10:46:28sandervl Exp $ */1 /* $Id: oslibmisc.cpp,v 1.18 2003-03-03 16:38:20 sandervl Exp $ */ 2 2 /* 3 3 * Misc OS/2 util. procedures … … 14 14 #define INCL_BASE 15 15 #define INCL_DOSPROCESS 16 #define INCL_DOSERRORS 16 17 #define INCL_DOSSEL 17 18 #define INCL_DOSNLS /* National Language Support values */ … … 332 333 //****************************************************************************** 333 334 //****************************************************************************** 335 BOOL OSLibDisablePopups() 336 { 337 return DosError(FERR_DISABLEEXCEPTION | FERR_DISABLEHARDERR) == NO_ERROR; 338 } 339 //****************************************************************************** 340 //****************************************************************************** -
TabularUnified tags/trunk/src/kernel32/oslibmisc.h ¶
r20161 r20426 1 /* $Id: oslibmisc.h,v 1.1 1 2003-01-05 12:31:24sandervl Exp $ */1 /* $Id: oslibmisc.h,v 1.12 2003-03-03 16:38:20 sandervl Exp $ */ 2 2 /* 3 3 * Misc util. procedures … … 28 28 ULONG OSLibFreeSel(USHORT selector); 29 29 PVOID OSLibSelToFlat(USHORT selector); 30 31 //****************************************************************************** 32 // Turn off hard errors & exception popups 33 //****************************************************************************** 34 BOOL OSLibDisablePopups(); 30 35 31 36 #define TIB_STACKTOP 0 -
TabularUnified tags/trunk/src/kernel32/wprocess.cpp ¶
r20418 r20426 1 /* $Id: wprocess.cpp,v 1.18 4 2003-02-28 16:20:57sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.185 2003-03-03 16:38:20 sandervl Exp $ */ 2 2 3 3 /* … … 574 574 575 575 dprintf(("KERNEL32: ExitProcess done (time %x)", GetCurrentTime())); 576 #ifndef DEBUG 577 OSLibDisablePopups(); 578 #endif 576 579 O32_ExitProcess(exitcode); 577 580 }
Note:
See TracChangeset
for help on using the changeset viewer.