Ignore:
Timestamp:
Feb 4, 2006, 7:08:23 PM (20 years ago)
Author:
bird
Message:

#38: Added DosSysCtl prototype and use it on panic to check for debugger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/os2emx.h

    r2273 r2519  
    1346713467
    1346813468
     13469#ifdef INCL_DOSUNDOCUEMENTED
     13470
     13471/** Check if the current process is being debugged.
     13472 * No parameter. Returns TRUE or FALSE. */
     13473#define DOSSYSCTL_AM_I_DEBUGGED 2
     13474
     13475/**
     13476 * System Control Function.
     13477 *
     13478 * @returns Depends on function.
     13479 * @param   ulFunction      Which function to execute.
     13480 *                          Any of the DOSSYSCTL_* #defines.
     13481 */
     13482APIRET APIENTRY DosSysCtl(ULONG ulFunction, PVOID pvParameter);
     13483
     13484#endif /* INCL_DOSUNDOCUEMENTED */
     13485
     13486
    1346913487#ifdef INCL_EXAPIS
    1347013488
Note: See TracChangeset for help on using the changeset viewer.