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
488 B

  1. /**************************************************************************\
  2. * Module Name: clientw.c
  3. *
  4. * Client/Server call related routines dealing with UNICODE 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. #include "precomp.h"
  15. #pragma hdrstop
  16. #ifndef UNICODE
  17. #define UNICODE
  18. #endif
  19. #include "cltxt.h"