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

Misc fixes.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.