home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / memlink.zip / MDEMO.H < prev    next >
C/C++ Source or Header  |  1995-08-09  |  799b  |  25 lines

  1. /*************************************************************************
  2. *  Filename:             mdemo.h
  3. *                  
  4. *  Description:          This file contains global constants, variables
  5. *                        and function prototypes for the mdemo.c file
  6. *             and the mdemo.rc file.
  7. *
  8. *************************************************************************/
  9. #ifndef MDEMO_H
  10. #define MDEMO_H
  11.  
  12. /******************* MENU IDENTIFIERS ***********************************/
  13. #define IDM_MAIN                 257
  14. #define IDM_GOFAST        258
  15. #define IDM_GOSLOW        259
  16. #define IDM_STOP        260
  17. #define IDM_EXITPROG             261
  18.  
  19. /******************* RESOURCE IDENTIFIERS *******************************/
  20. #define ID_NULL              9999
  21. #define ID_WINDOW            256
  22.  
  23. #endif
  24.