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.

28 lines
656 B

  1. /**************************************************************************\
  2. * Module Name: csendw.c
  3. *
  4. * Copyright (c) 1985 - 1999, Microsoft Corporation
  5. *
  6. * client side sending stubs for UNICODE text
  7. *
  8. * History:
  9. * 06-Jan-1992 IanJa
  10. \**************************************************************************/
  11. #include "precomp.h"
  12. #pragma hdrstop
  13. #define CLIENTSIDE 1
  14. #ifndef UNICODE
  15. #define UNICODE
  16. #endif
  17. /**************************************************************************\
  18. *
  19. * include the stub definition file
  20. *
  21. \**************************************************************************/
  22. #include "ntcftxt.h"