home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / borland_ccompiler55.exe / Examples / StdLib / rwstdmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  199 b   |  8 lines

  1. #define _RW_MSG_START 0
  2. #define _RW_MSG_HELLO _RW_MSG_START + 1
  3. #define _RW_MSG_GOODBYE _RW_MSG_START + 2
  4. #define _RW_MSG_TREES  _RW_MSG_START + 3
  5.  
  6. // Not in catalog
  7. #define _RW_MSG_NOGOOD  6
  8.