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 >
Wrap
C/C++ Source or Header
|
1997-02-14
|
491b
|
12 lines
//--------------------------------------------------------------------------
// logostrs.h - defines for string constants in logostrs.rc
//--------------------------------------------------------------------------
#ifndef LogoStrsH
#define LogoStrsH
//--------------------------------------------------------------------------
#define sUntitled 1
#define sOverwrite 2
#define sSendError 3
//--------------------------------------------------------------------------
#endif