home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PMMSG10.ZIP / PMMESSAG.H < prev    next >
Text File  |  1991-02-12  |  485b  |  15 lines

  1. /* -------------------------------------------------------------------------
  2.    PMMESSAG.H -- Header file
  3.    -----------------------------------------------------------------------*/
  4.  
  5. /* Defines */
  6.  
  7. #define CLIENTCLASS         "PM Message display utility"
  8.  
  9. #define IDW_MAIN        1
  10.  
  11. #define SZS_TEXT        1024
  12.  
  13. extern MRESULT EXPENTRY MessageWndProc(HWND hwnd, USHORT msg, MPARAM mp1, MPARAM mp2);
  14. extern USHORT ParseCommandLine(int argc, char *argv[], PSZ pszText);
  15.