home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 4 Power Pack
/
Visual_Basic4_Power_Pack.bin
/
vb4files
/
soundx
/
mydef.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
|
1996-11-20
|
174 b
|
12 lines
#ifndef __MYDEF__
#define __MYDEF__
typedef unsigned char BYTE;
typedef unsigned int WORD;
typedef unsigned long DWORD;
static const TRUE= -1,FALSE=0;
#endif