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

  1. #define AWICON           1
  2. #define IDNULL           0
  3. #define IDM_COMMANDS  10
  4. #define IDM_PARA      11
  5. #define IDMABOUT      13
  6. #define IDM_EXITAW    80
  7. #define IDM_RESUME    81
  8. #define IDM_EXIT      82
  9. #define IDM_DEFAULTS  83
  10.  
  11. #define IDD_ABOUT     20
  12. #define IDD_PARA      21
  13. #define IDD_FILE      22
  14. #define IDD_LISTBOX   23
  15. #define WM_PAINT_TTY  24
  16. #define IDD_SYS       25
  17. #define IDD_HID       26
  18. #define IDD_ALL       27
  19. #define max(a,b)    (((a) > (b)) ? (a) : (b))
  20. #define min(a,b)    (((a) < (b)) ? (a) : (b))
  21.  
  22. MRESULT EXPENTRY awWndProc( HWND, USHORT, MPARAM, MPARAM );
  23. MRESULT EXPENTRY AboutDlg( HWND, USHORT, MPARAM, MPARAM );
  24. MRESULT EXPENTRY ParaDlg( HWND, USHORT, MPARAM, MPARAM );
  25.  
  26. SHORT cdecl main(void);
  27. VOID find_dir(char *);
  28. VOID search_dir(char *);
  29. VOID FAR WndCreate(HWND);
  30. VOID FAR SecondThread(VOID);
  31. VOID EnableMenuItem(HWND, SHORT , BOOL);
  32. VOID adj_view(VOID);
  33. VOID gotoxy(SHORT,SHORT,HVPS);
  34.