Changeset 929 for trunk/dll/comp.h
- Timestamp:
- Jan 18, 2008, 8:19:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.h
r907 r929 10 10 11 11 05 Jan 08 SHL Split from fm3dll.h 12 18 Jan 08 SHL Sync with count update mods 12 13 13 14 ***********************************************************************/ … … 16 17 17 18 #define COMP_H 18 19 // #include <stdio.h> // FILE20 // #include <time.h> // time_t21 19 22 20 #if !defined(OS2_INCLUDED) … … 63 61 UINT totalleft; 64 62 UINT totalright; 63 UINT uOldSelLeft; 64 UINT uOldSelRight; 65 UINT uOldTotalLeft; 66 UINT uOldTotalRight; 65 67 CHAR rightlist[CCHMAXPATH]; // Snapshot file name 66 68 BOOL reset;
Note:
See TracChangeset
for help on using the changeset viewer.