home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / WCTYPE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  376 b   |  20 lines

  1. /* WCTYPE.H - Most of this stuff is in TCHAR.H, so we include that */
  2.  
  3. /*
  4.  *      C/C++ Run Time Library - Version 9.5
  5.  *
  6.  *      Copyright (c) 1997, 1999 by Inprise Corporation
  7.  *      All Rights Reserved.
  8.  *
  9.  */
  10.  
  11. /* $Revision:   9.0  $ */
  12.  
  13. #ifndef __WCTYPE_H
  14. #define __WCTYPE_H
  15.  
  16. #if !defined(__TCHAR_H)
  17. #  include <tchar.h>
  18. #endif
  19.  
  20. #endif /* __WCTYPE_H */