Changeset 829 for trunk/dll/procstat.h


Ignore:
Timestamp:
Sep 3, 2007, 4:48:29 AM (18 years ago)
Author:
Steven Levine
Message:

Update DosQProcStatus declarations for OpenWatcom compat
Layout KILL_FRAME to avoid text overlap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/procstat.h

    r551 r829  
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Define DosQProcStatus interface
     7
     8  02 Sep 07 SHL Update for OpenWatcom
     9
     10***********************************************************************/
     11
    112/**********************************************************************
    213 * MODULE NAME :  procstat.h             AUTHOR:  Rick Fishman        *
     
    1728 **********************************************************************/
    1829
     30#if defined(__WATCOMC__)
     31APIRET16 APIENTRY16 DosQProcStatus(ULONG *pBuf, USHORT cbBuf);
     32#endif
     33
     34#if defined(__IBMC__)
    1935#pragma linkage( DosQProcStatus, far16 pascal )
    2036USHORT DosQProcStatus(PVOID pvBuf, USHORT cbBuf);
     37#endif
    2138
    2239#define PROCESS_END_INDICATOR   3       // Indicates end of process structs
Note: See TracChangeset for help on using the changeset viewer.