|
|
1.1 root 1: /*
2: BIOrhythm header file
3: Created by Microsoft Corp., 1988
4: */
5: /* String table constants */
1.1.1.2 ! root 6: #define IDS_APPNAME 1
! 7: #define IDS_KIDNAME 2
1.1 root 8:
9: /* Resource Ids */
10: #define ID_BIO 1
11: #define IDD_ABOUT 2
12: #define IDD_DATE 3
13:
14: /* Menu constants */
1.1.1.2 ! root 15: #define IDM_DATES 0x100
! 16: #define IDM_LEGEND 0x101
! 17: #define IDM_COPY 0x102
! 18: #define IDM_ABOUT 0x103
1.1 root 19:
20: /* Bio Dialog Box constants */
1.1.1.2 ! root 21: #define ID_BDYEAR 301
! 22: #define ID_BDMONTH 302
! 23: #define ID_BDDAY 303
! 24: #define ID_YEAR 304
! 25: #define ID_MONTH 305
! 26: #define ID_DAY 306
! 27: #define ID_OS2INI 307
1.1 root 28:
29: /* Function prototypes */
1.1.1.2 ! root 30: SHORT cdecl main ( void );
! 31: MRESULT CALLBACK BioWndProc ( HWND, USHORT, MPARAM, MPARAM );
! 32: MRESULT CALLBACK KidWndProc ( HWND, USHORT, MPARAM, MPARAM );
! 33: VOID APIENTRY APPPaint ( HWND );
! 34: MRESULT CALLBACK BioDlg ( HWND, USHORT, MPARAM, MPARAM );
! 35: MRESULT CALLBACK About ( HWND, USHORT, MPARAM, MPARAM );
! 36: MRESULT CALLBACK FrameWndProc ( HWND, USHORT, MPARAM, MPARAM );
1.1 root 37:
1.1.1.2 ! root 38: double PASCAL julian ( int, int, double );
! 39: void PASCAL calendar ( double, int *, int *, double * );
! 40: long PASCAL trunc4 ( double );
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.