Changeset 9
- Timestamp:
- Jul 17, 2020, 6:53:58 AM (5 years ago)
- Location:
- branches/v2.9/classes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9/classes/c/c_common/except.c
r2 r9 142 142 PCHAR pBuff, 143 143 ULONG *pOffset, 144 PVOIDAddress );144 ULONG Address ); 145 145 146 146 /*-------------------------------------*/ … … 217 217 ULONG usertime; /* thread user time */ 218 218 UCHAR state; /* thread state */ 219 UCHARPADCHAR;220 USHORTPADSHORT;219 PADCHAR; 220 PADSHORT; 221 221 } qsTrec_t; 222 222 -
branches/v2.9/classes/c/c_common/helper.c
r2 r9 228 228 PCHAR pBuff, 229 229 ULONG *pOffset, 230 PVOIDAddress );230 ULONG Address ); 231 231 232 232 /* Get the HMODULE of the MM class DLL */ … … 248 248 thePath, 249 249 &ulOffset, 250 ( PVOID)queryModuleHandle )!=NO_ERROR) {250 (ULONG)queryModuleHandle )!=NO_ERROR) { 251 251 SysWriteToTrapLog("Can't get module handle for CWMM class DLL!\n"); 252 252 hModule=0; -
branches/v2.9/classes/idl/idl_image/wpimage.idl
r2 r9 41 41 #include <somcls.idl> 42 42 43 typedef LHANDLE HPAL; /* hpal */44 43 typedef HPAL *PHPAL; 45 44
Note:
See TracChangeset
for help on using the changeset viewer.