Ignore:
Timestamp:
May 7, 2023, 9:38:20 PM (2 years ago)
Author:
gyoung
Message:

REM out function redefinition (it is defined in BSEDOS.H). Fix a struct declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_common/except.c

    r2 r41  
    137137                                    ULONG *pOffset,
    138138                                    PVOID Address );
    139 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,
     139/*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,
    140140                                    ULONG *pObjNum,
    141141                                    ULONG BuffLen,
    142142                                    PCHAR pBuff,
    143143                                    ULONG *pOffset,
    144                                     PVOID Address );
     144                                    PVOID Address );*/
    145145
    146146/*-------------------------------------*/
     
    206206}qsGrec_t;
    207207
     208#define PADSHORT        USHORT        pad_sh
     209#define PADCHAR         UCHAR         pad_ch
     210
    208211/* Thread Record structure *   Holds all per thread information. */
    209212typedef struct qsTrec_s {
     
    217220    ULONG     usertime;   /* thread user time */
    218221    UCHAR     state;      /* thread state */
    219     UCHAR     PADCHAR;
    220     USHORT    PADSHORT;
     222    PADCHAR;
     223    PADSHORT;
    221224} qsTrec_t;
    222225
Note: See TracChangeset for help on using the changeset viewer.