|
|
1.1 ! root 1: #define IDE_API 101 ! 2: #define IDE_RETSTAT 102 ! 3: #define IDB_STEP 103 ! 4: #define IDE_TIME 104 ! 5: ! 6: #define DIALOGHEIGHT 80 ! 7: ! 8: #define WM_REPSTAT WM_USER+1 ! 9: ! 10: ! 11: #define IDE_FILENAME 101 ! 12: #define IDB_OPENFILE 102 ! 13: #define IDE_MONTH 103 ! 14: #define IDE_DAY 104 ! 15: #define IDE_YEAR 105 ! 16: #define IDE_HOURS 201 ! 17: #define IDE_MINUTES 202 ! 18: #define IDE_SECONDS 203 ! 19: #define IDB_SET 204 ! 20: #define IDE_SIZE 205 ! 21: #define IDC_HIDE 206 ! 22: #define IDC_SYSTEM 207 ! 23: #define IDC_ARC 208 ! 24: #define IDC_READ 209 ! 25: #define IDC_NORMAL 210 ! 26: #define IDB_ATTR 222 ! 27: ! 28: ! 29: #define YRMASK 0xFE00 ! 30: #define YRSHIFT 9 ! 31: ! 32: #define MONMASK 0x01E0 ! 33: #define MONSHIFT 5 ! 34: ! 35: #define DAYMASK 0x001F ! 36: #define DAYSHIFT 0 ! 37: ! 38: #define HRMASK 0xF800 ! 39: #define HRSHIFT 11 ! 40: #define MINMASK 0x07E0 ! 41: #define MINSHIFT 5 ! 42: #define SECMASK 0x001F ! 43: #define SECSHIFT 0 ! 44: ! 45: LONG APIENTRY MainWndProc (HWND, UINT, UINT, LONG); ! 46: LONG APIENTRY FileDlgProc (HWND, UINT, UINT, LONG); ! 47: LONG APIENTRY StatusDlgProc (HWND, UINT, UINT, LONG); ! 48: BOOL RepStat (CHAR *, DWORD);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.