home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / WINBACK.ZIP / WINBACK.H < prev    next >
Text File  |  1991-09-19  |  359b  |  16 lines

  1.  
  2. /* Dialog IDs */
  3. #define IDD_WINBACK      256
  4. #define IDD_ABOUT        200
  5.  
  6. /* Resource IDs */
  7. #define IDCB_WINBACKSW   257
  8. #define IDM_ABOUT        106
  9.  
  10.  
  11. /* function prototypes */
  12.  
  13. MRESULT EXPENTRY WinbackDlgProc(HWND,USHORT,MPARAM,MPARAM);
  14. MRESULT EXPENTRY AboutDlgProc(HWND,USHORT,MPARAM,MPARAM);
  15. VOID APIENTRY ProgramTermination( VOID );
  16.