home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / AW2.ZIP / AW.H < prev    next >
Text File  |  1989-03-31  |  774b  |  29 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.  
  10. #define IDD_ABOUT     20
  11. #define IDD_PARA      21
  12. #define IDD_FILE      22
  13. #define IDD_LISTBOX   23
  14. #define WM_PAINT_TTY  24
  15. #define IDD_SYS       25
  16. #define IDD_HID       26
  17. #define IDD_ALL       27
  18.  
  19. MRESULT EXPENTRY awWndProc( HWND, USHORT, MPARAM, MPARAM );
  20. MRESULT EXPENTRY AboutDlg( HWND, USHORT, MPARAM, MPARAM );
  21. MRESULT EXPENTRY ParaDlg( HWND, USHORT, MPARAM, MPARAM );
  22.  
  23. SHORT cdecl main(void);
  24. VOID find_dir(char *);
  25. VOID search_dir(char *);
  26. VOID FAR WndCreate(HWND);
  27. VOID FAR SecondThread(VOID);
  28. VOID EnableMenuItem(HWND, SHORT , BOOL);
  29.