Leaked source code of windows server 2003

16 lines
359 B

  1. // cwchar standard header
  2. #ifndef _CWCHAR_
  3. #define _CWCHAR_
  4. #ifdef _STD_USING
  5. #undef _STD_USING
  6. #include <wchar.h>
  7. #define _STD_USING
  8. #else
  9. #include <wchar.h>
  10. #endif /* _STD_USING */
  11. #endif /* _CWCHAR_ */
  12. /*
  13. * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
  14. * Consult your license regarding permissions and restrictions.
  15. */