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.

31 lines
741 B

  1. /**************************************************************************\
  2. * Module Name: csenda.c
  3. *
  4. * Copyright (c) 1985 - 1999, Microsoft Corporation
  5. *
  6. * client side sending stubs for ANSI text
  7. *
  8. * History:
  9. * 06-Jan-1992 IanJa
  10. \**************************************************************************/
  11. #define CLIENTSIDE 1
  12. #undef UNICODE
  13. #define NONTOSPINTERLOCK
  14. #include <ntosp.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include "ntcsrdll.h"
  18. #include "usercli.h"
  19. #include <stdlib.h>
  20. /**************************************************************************\
  21. *
  22. * include the stub definition file
  23. *
  24. \**************************************************************************/
  25. #include "ntcftxt.h"