home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / soundx / mydef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-20  |  174 b   |  12 lines

  1. #ifndef __MYDEF__
  2.  
  3. #define __MYDEF__
  4.  
  5. typedef unsigned char BYTE;
  6. typedef unsigned int  WORD;
  7. typedef unsigned long DWORD;
  8.  
  9. static const TRUE= -1,FALSE=0;
  10.  
  11. #endif
  12.