Changeset 9


Ignore:
Timestamp:
Jul 17, 2020, 6:53:58 AM (5 years ago)
Author:
dryeo
Message:

Align to the 4.5 toolkit

Location:
branches/v2.9/classes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9/classes/c/c_common/except.c

    r2 r9  
    142142                                    PCHAR pBuff,
    143143                                    ULONG *pOffset,
    144                                     PVOID Address );
     144                                    ULONG Address );
    145145
    146146/*-------------------------------------*/
     
    217217    ULONG     usertime;   /* thread user time */
    218218    UCHAR     state;      /* thread state */
    219     UCHAR     PADCHAR;
    220     USHORT    PADSHORT;
     219    PADCHAR;
     220    PADSHORT;
    221221} qsTrec_t;
    222222
  • branches/v2.9/classes/c/c_common/helper.c

    r2 r9  
    228228                                    PCHAR pBuff,
    229229                                    ULONG *pOffset,
    230                                     PVOID Address );
     230                                    ULONG Address );
    231231
    232232 /* Get the HMODULE of the MM class DLL */
     
    248248                             thePath,
    249249                             &ulOffset,
    250                              (PVOID)queryModuleHandle )!=NO_ERROR) {
     250                             (ULONG)queryModuleHandle )!=NO_ERROR) {
    251251        SysWriteToTrapLog("Can't get module handle for CWMM class DLL!\n");
    252252        hModule=0;
  • branches/v2.9/classes/idl/idl_image/wpimage.idl

    r2 r9  
    4141#include <somcls.idl>
    4242
    43 typedef LHANDLE   HPAL;        /* hpal */
    4443typedef HPAL *PHPAL;
    4544
Note: See TracChangeset for help on using the changeset viewer.