Changeset 240 for trunk/include
- Timestamp:
- Jan 12, 2003, 11:49:24 AM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/procstat.h
r206 r240 276 276 { 277 277 ULONG ulThreadCount; // thread count 278 ULONG ulProcCount; // process count 278 // ULONG ulProcCount; // process count wrong V1.0.1 (2003-01-10) [umoeller] 279 ULONG ulSem32Count; // count of 32-bit sems? 279 280 ULONG ulModuleCount; // module count 280 281 } QGLOBAL32, *PQGLOBAL32; … … 806 807 ********************************************************************/ 807 808 809 PQTOPLEVEL32 prc32GetInfo2(ULONG fl, 810 APIRET *parc); 811 808 812 PQTOPLEVEL32 prc32GetInfo(APIRET *parc); 809 813 -
trunk/include/helpers/stringh.h
r237 r240 46 46 PSZ XWPENTRY strhcpy(PSZ string1, const char *string2); 47 47 48 APIRET XWPENTRY strhCopyBuf(PSZ pszTarget, 49 PCSZ pcszSource, 50 ULONG cbTarget); 51 48 52 #if defined(__DEBUG_MALLOC_ENABLED__) && !defined(DONT_REPLACE_STRINGH_MALLOC) // setup.h, helpers\memdebug.c 49 53 PSZ XWPENTRY strhdupDebug(const char *pcszSource,
Note:
See TracChangeset
for help on using the changeset viewer.