home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir05 / f012900.re_ / f012900.re
Text File  |  1996-04-02  |  2KB  |  44 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |   Current Revision:                            |
  4. |   $Workfile:   wchar.h  $
  5. |   $Revision:   6.0  $  $Date:   Thu Oct 21 10:19:52 1993  $
  6. |                                    |
  7. +----------------------------------------------------------------------*/
  8. /*----------------------------------------------------------------------+
  9. |                                    |
  10. | Copyright (C) 1993   Bentley Systems, Inc., All rights reserved.    |
  11. |                                    |
  12. | "MicroStation", "MDL", and "MicroCSL" are trademarks of Bentley    |
  13. |  Systems, Inc.                            |
  14. |                                    |
  15. | Limited permission is hereby granted to reproduce and modify this    |
  16. | copyrighted material provided that the resulting code is used only in    |
  17. | conjunction with Bentley Systems products under the terms of the    |
  18. | license agreement provided therein, and that this notice is retained    |
  19. | in its entirety in any such reproduction or modification.        |
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22.  
  23. #ifndef __wcharH__
  24. #define __wcharH__
  25.  
  26. #if !defined (mdl)
  27. #error this file is intended only for MDL
  28. #endif
  29.  
  30. #  include <ctype.h>      /* _U, _L, etc             */
  31. #  include <stddef.h>     /* NULL, size_t, etc       */
  32. #  include <stdio.h>      /* stdio prototypes        */
  33. #  include <stdlib.h>     /* multibyte prototypes    */
  34. #  include <time.h>       /* tm struct               */
  35.  
  36. #include    "widechar.h"
  37. #include    "mswchar.fdf"
  38.  
  39. typedef  MSWideChar   wchar_t;
  40. typedef  MSWideInt    wint_t;
  41. typedef  MSWideType   wctype_t;
  42.  
  43. #endif     /* __wcharH__ */
  44.