Changeset 9890 for trunk/src/kernel32/oslibmisc.cpp
- Timestamp:
- Mar 3, 2003, 5:38:20 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibmisc.cpp
r9693 r9890 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 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.