|
|
1.1 root 1: /*
2: BIOrhythm header file
3: Created by Microsoft Corp., 1988
4: */
5: /* String table constants */
6: #define IDSAPPNAME 1
7: #define IDSKIDNAME 2
8:
9: /* Resource Ids */
10: #define ID_BIO 1
11: #define IDD_ABOUT 2
12: #define IDD_DATE 3
13:
14: /* Menu constants */
15: #define IDDATES 1001
16: #define IDKID 1004
17: #define IDCOPY 1005
18: #define IDABOUT 1006
19:
20: /* Bio Dialog Box constants */
21: #define IDBDYEAR 301
22: #define IDBDMONTH 302
23: #define IDBDDAY 303
24: #define IDYEAR 304
25: #define IDMONTH 305
26: #define IDDAY 306
27: #define IDOS2INI 307
28:
29: /* Function prototypes */
30: SHORT cdecl main ( void );
31: MRESULT FAR PASCAL BioWndProc ( HWND, USHORT, MPARAM, MPARAM );
32: MRESULT FAR PASCAL KidWndProc ( HWND, USHORT, MPARAM, MPARAM );
33: VOID FAR PASCAL APPPaint ( HWND );
34: MRESULT FAR PASCAL BioDlg ( HWND, USHORT, MPARAM, MPARAM );
35: MRESULT FAR PASCAL About ( HWND, USHORT, MPARAM, MPARAM );
36:
37: double PASCAL julian ( int, int, double );
38: void PASCAL calendar ( double, int *, int *, double * );
39: long PASCAL trunc4 ( double );
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.