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.

42 lines
711 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. dsgetdc.c
  5. Abstract:
  6. Routines shared by logonsrv\server and logonsrv\client
  7. Author:
  8. Cliff Van Dyke (cliffv) 20-July-1996
  9. Environment:
  10. User mode only.
  11. Contains NT-specific code.
  12. Requires ANSI C extensions: slash-slash comments, long external names.
  13. Revision History:
  14. --*/
  15. //
  16. // Common include files.
  17. //
  18. #include "logonsrv.h" // Include files common to entire service
  19. #pragma hdrstop
  20. //
  21. // Include the actual .c file for the NetpDc* routines.
  22. // This allows us to supply netlogon specific versions of the NlPrint and
  23. // mailslot send routines.
  24. //
  25. #include "netpdc.c"