home *** CD-ROM | disk | FTP | other *** search
- /* WCTYPE.H - Most of this stuff is in TCHAR.H, so we include that */
-
- /*
- * C/C++ Run Time Library - Version 9.0
- *
- * Copyright (c) 1997, 1998 by Borland International
- * All Rights Reserved.
- *
- */
- /* $Revision: 9.0 $ */
-
- #ifndef __WCTYPE_H
- #define __WCTYPE_H
-
- #if !defined(__TCHAR_H)
- # include <tchar.h>
- #endif
-
- #endif /* __WCTYPE_H */