Changeset 240 for trunk/include


Ignore:
Timestamp:
Jan 12, 2003, 11:49:24 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

Location:
trunk/include/helpers
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/procstat.h

    r206 r240  
    276276    {
    277277        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?
    279280        ULONG   ulModuleCount;  // module count
    280281    } QGLOBAL32, *PQGLOBAL32;
     
    806807     ********************************************************************/
    807808
     809    PQTOPLEVEL32 prc32GetInfo2(ULONG fl,
     810                               APIRET *parc);
     811
    808812    PQTOPLEVEL32 prc32GetInfo(APIRET *parc);
    809813
  • trunk/include/helpers/stringh.h

    r237 r240  
    4646    PSZ XWPENTRY strhcpy(PSZ string1, const char *string2);
    4747
     48    APIRET XWPENTRY strhCopyBuf(PSZ pszTarget,
     49                                PCSZ pcszSource,
     50                                ULONG cbTarget);
     51
    4852    #if defined(__DEBUG_MALLOC_ENABLED__) && !defined(DONT_REPLACE_STRINGH_MALLOC) // setup.h, helpers\memdebug.c
    4953        PSZ XWPENTRY strhdupDebug(const char *pcszSource,
Note: See TracChangeset for help on using the changeset viewer.