Changeset 240 for trunk/include/helpers/procstat.h
- Timestamp:
- Jan 12, 2003, 11:49:24 AM (23 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.