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.

26 lines
597 B

  1. /**************************************************************************\
  2. * Module Name: clienta.c
  3. *
  4. * Client/Server call related routines dealing with ANSI text.
  5. *
  6. * Copyright (c) 1985 - 1999, Microsoft Corporation
  7. *
  8. * Created: 04-Dec-90
  9. *
  10. * History:
  11. * 14-Jan-92 created by IanJa
  12. *
  13. \**************************************************************************/
  14. #undef UNICODE
  15. #define NONTOSPINTERLOCK
  16. #include <ntosp.h>
  17. #include <ntrtl.h> // WINBASEP.H or something.
  18. #include <nturtl.h>
  19. #include <ntcsrmsg.h>
  20. #include "..\client\usercli.h"
  21. #include "cltxt.h"