Changeset 902 for trunk/dll/procstat.h
- Timestamp:
- Jan 5, 2008, 3:47:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/procstat.h
r829 r902 7 7 8 8 02 Sep 07 SHL Update for OpenWatcom 9 04 Jan 08 SHL Allow standalone usage 9 10 10 11 ***********************************************************************/ … … 27 28 * * 28 29 **********************************************************************/ 30 31 #if !defined(PROCSTAT_H) 32 #define PROCSTAT_H 33 34 #if !defined(OS2_INCLUDED) 35 #include <os2.h> 36 #endif 29 37 30 38 #if defined(__WATCOMC__) … … 145 153 146 154 #pragma pack() 155 156 #endif // PROCSTAT_H
Note:
See TracChangeset
for help on using the changeset viewer.