home *** CD-ROM | disk | FTP | other *** search
-
- /* Dialog IDs */
- #define IDD_WINBACK 256
- #define IDD_ABOUT 200
-
- /* Resource IDs */
- #define IDCB_WINBACKSW 257
- #define IDM_ABOUT 106
-
-
- /* function prototypes */
-
- MRESULT EXPENTRY WinbackDlgProc(HWND,USHORT,MPARAM,MPARAM);
- MRESULT EXPENTRY AboutDlgProc(HWND,USHORT,MPARAM,MPARAM);
- VOID APIENTRY ProgramTermination( VOID );