home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir05
/
f012900.re_
/
f012900.re
Wrap
Text File
|
1996-04-02
|
2KB
|
44 lines
/*----------------------------------------------------------------------+
| |
| Current Revision: |
| $Workfile: wchar.h $
| $Revision: 6.0 $ $Date: Thu Oct 21 10:19:52 1993 $
| |
+----------------------------------------------------------------------*/
/*----------------------------------------------------------------------+
| |
| Copyright (C) 1993 Bentley Systems, Inc., All rights reserved. |
| |
| "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley |
| Systems, Inc. |
| |
| Limited permission is hereby granted to reproduce and modify this |
| copyrighted material provided that the resulting code is used only in |
| conjunction with Bentley Systems products under the terms of the |
| license agreement provided therein, and that this notice is retained |
| in its entirety in any such reproduction or modification. |
| |
+----------------------------------------------------------------------*/
#ifndef __wcharH__
#define __wcharH__
#if !defined (mdl)
#error this file is intended only for MDL
#endif
# include <ctype.h> /* _U, _L, etc */
# include <stddef.h> /* NULL, size_t, etc */
# include <stdio.h> /* stdio prototypes */
# include <stdlib.h> /* multibyte prototypes */
# include <time.h> /* tm struct */
#include "widechar.h"
#include "mswchar.fdf"
typedef MSWideChar wchar_t;
typedef MSWideInt wint_t;
typedef MSWideType wctype_t;
#endif /* __wcharH__ */