home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / MEM.ZIP / MEM.H < prev    next >
Text File  |  1989-03-03  |  396b  |  18 lines

  1. #define ID_RESOURCE 1
  2. #define ID_TIMER 1
  3.  
  4. #define IDM_COMMANDS  70
  5. #define IDM_EXIT           71
  6.  
  7. #define IDM_60          60
  8. #define IDM_30          30
  9. #define IDM_10          10
  10. #define IDM_1             1
  11.  
  12. #define IDM_EXITMEM     80
  13. #define IDM_RESUME     81
  14. MRESULT EXPENTRY MemWndProc( HWND, USHORT, MPARAM, MPARAM );
  15. SHORT cdecl main(void);
  16. VOID CheckMenuItem(HWND, SHORT , BOOL);
  17. BOOL FAR MemInitApp( VOID );
  18.