home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / CLIP.ZIP / CLIP.H < prev    next >
Text File  |  1989-05-30  |  291b  |  11 lines

  1. #define APP_TITLE    "Clipboard v1.0"
  2.  
  3. #define ID_CLIPBOARD 1
  4. #define IDM_ABOUT    2
  5. #define IDM_HELP     3
  6. #define IDD_ABOUT    4
  7. #define IDD_HELP     5
  8.  
  9. MRESULT EXPENTRY ClipboardWndProc(HWND, USHORT, MPARAM, MPARAM);
  10. MRESULT EXPENTRY AboutDlgProc(HWND, USHORT, MPARAM, MPARAM);
  11.