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.

30 lines
658 B

  1. /***
  2. *_flswbuf.c - flush buffer and output wide character.
  3. *
  4. * Copyright (c) 1993-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines _flswbuf() - flush a file buffer and output a wide character.
  8. * If no buffer, make one.
  9. *
  10. *Revision History:
  11. * 04-27-93 CFW Module Created.
  12. * 02-07-94 CFW POSIXify.
  13. * 02-16-95 GJF Removed obsolete WPRFLAG.
  14. *
  15. *******************************************************************************/
  16. #ifndef _POSIX_
  17. #ifndef _UNICODE /* CRT flag */
  18. #define _UNICODE 1
  19. #endif
  20. #ifndef UNICODE /* NT flag */
  21. #define UNICODE 1
  22. #endif
  23. #include "_flsbuf.c"
  24. #endif /* _POSIX_ */