Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
655 B

  1. // ushiostream -- _UShinit members, dummy for Microsoft
  2. // unsigned short version for wiostram
  3. #ifdef _NATIVE_WCHAR_T_DEFINED
  4. #include <fstream>
  5. #include <istream>
  6. #define wistream ushistream
  7. #define wostream ushostream
  8. #define wfilebuf ushfilebuf
  9. #define _Init_wcerr _Init_ushcerr
  10. #define _Init_wcout _Init_ushcout
  11. #define _Init_wclog _Init_ushclog
  12. #define _Init_wcin _Init_ushcin
  13. #define _Winit _UShinit
  14. #include <iostream>
  15. _STD_BEGIN
  16. _CRTIMP2 wistream *_Ptr_wcin = 0;
  17. _CRTIMP2 wostream *_Ptr_wcout = 0;
  18. _CRTIMP2 wostream *_Ptr_wcerr = 0;
  19. _CRTIMP2 wostream *_Ptr_wclog = 0;
  20. _STD_END
  21. #include "wiostrea.cpp"
  22. #endif