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.

73 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: locator.hxx
  8. //
  9. //--------------------------------------------------------------------------
  10. extern "C" {
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <ntlsa.h>
  15. } // extern "C"
  16. #include <windows.h>
  17. #include <stddef.h>
  18. // locator specific common headers
  19. //#include <common.h>
  20. #include <nsisvr.h>
  21. #include <nsiclt.h>
  22. #include <nsimgm.h>
  23. #include <loctoloc.h>
  24. // C runtime headers
  25. #include <memory.h>
  26. #include <stdlib.h>
  27. #include <stdio.h>
  28. #include <time.h>
  29. #include <string.h>
  30. // Miscellaneous utility headers
  31. #include <debug.hxx>
  32. #include <util.hxx>
  33. // Data structure headers
  34. #include <abstract.hxx>
  35. #include <simpleLL.hxx>
  36. #include <linklist.hxx>
  37. #include <skiplist.hxx>
  38. #include <mutex.hxx>
  39. // Server headers
  40. #include <globals.hxx>
  41. #include <locquery.hxx>
  42. #include <mailslot.hxx>
  43. // DS and ADSI headers
  44. #include <dsrole.h>
  45. #include <dsgetdc.h>
  46. #include <lmapibuf.h>
  47. #include <lmconfig.h>
  48. #include <dsgbl.hxx>
  49. #include <objects.hxx>
  50. #include <var.hxx>
  51. #include <master.hxx>
  52. #include <brodcast.hxx>
  53. #include <api.hxx>
  54. #include <switch.hxx>
  55. void SetSvcStatus();
  56. #pragma hdrstop