home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / LOGOSTRS.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  491b  |  12 lines

  1. //--------------------------------------------------------------------------
  2. //    logostrs.h - defines for string constants in logostrs.rc
  3. //--------------------------------------------------------------------------
  4. #ifndef LogoStrsH
  5. #define LogoStrsH
  6. //--------------------------------------------------------------------------
  7. #define sUntitled   1
  8. #define sOverwrite  2
  9. #define sSendError  3
  10. //--------------------------------------------------------------------------
  11. #endif
  12.