Changeset 14 for trunk/src/helpers/procstat.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/procstat.c
r13 r14 34 34 * Copyright (C) 1992-1994 Kai Uwe Rommel. 35 35 * Copyright (C) 1998-2000 Ulrich Mller. 36 * This file is part of the XWorkplacesource package.37 * XWorkplaceis free software; you can redistribute it and/or modify36 * This file is part of the "XWorkplace helpers" source package. 37 * This is free software; you can redistribute it and/or modify 38 38 * it under the terms of the GNU General Public License as published 39 39 * by the Free Software Foundation, in version 2 as it comes in the … … 50 50 // as unsigned char 51 51 52 #define INCL_DOS 52 #define INCL_DOSMODULEMGR 53 53 #define INCL_DOSERRORS 54 #define INCL_DOSMODULEMGR55 54 #include <os2.h> 56 55 … … 70 69 71 70 /******************************************************************** 72 * *73 * DosQProcStat (16-bit) interface *74 * *71 * 72 * DosQProcStat (16-bit) interface 73 * 75 74 ********************************************************************/ 76 75 … … 196 195 197 196 /******************************************************************** 198 * *199 * DosQProcStat (16-bit) helpers *200 * *197 * 198 * DosQProcStat (16-bit) helpers 199 * 201 200 ********************************************************************/ 202 201 … … 439 438 440 439 /******************************************************************** 441 * *442 * DosQuerySysState (32-bit) interface *443 * *440 * 441 * DosQuerySysState (32-bit) interface 442 * 444 443 ********************************************************************/ 445 444
Note:
See TracChangeset
for help on using the changeset viewer.