home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
graphics
/
gdi
/
complexscript
/
cstext.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-08-20
|
373 b
|
29 lines
//
// CS Sample Header File
//
#ifdef _UNICODE
#ifndef UNICODE
#define UNICODE
#endif
#endif
#if 0
#ifndef _vstprintf
#ifdef UNICODE
#define _vstprintf vsprintf
#else
#define _vstprintf vswprintf
#endif // UNICODE
#endif // _vstprintf
#endif
#define MAX_MESSAGE 100
#define BUFFER_SIZE 256
#define XSTART 5
#define YSTART 40