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.

82 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1994-7 Microsoft Corporation
  3. Module Name:
  4. binl.h
  5. Abstract:
  6. This file is the central include file for the BINL service.
  7. Author:
  8. Colin Watson (colinw) 14-Apr-1997
  9. Environment:
  10. User Mode - Win32 - MIDL
  11. Revision History:
  12. --*/
  13. //
  14. // NT public header files
  15. //
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <windef.h>
  20. #include <winbase.h>
  21. #include <winsock2.h>
  22. #include <iphlpapi.h>
  23. #include <align.h>
  24. #include <dsgetdc.h>
  25. #include <winldap.h>
  26. #include <dsrole.h>
  27. #include <rpc.h>
  28. #include <ntdsapi.h>
  29. #include <lm.h>
  30. #include <security.h> // General definition of a Security Support Provider
  31. #include <spseal.h>
  32. #include <userenv.h>
  33. #include <setupapi.h>
  34. //
  35. // C Runtime library includes.
  36. //
  37. #include <stdlib.h>
  38. #include <stdio.h>
  39. #include <shlwapi.h> // shell team special string manipulators
  40. //
  41. // tcp services control hander file
  42. //
  43. #include <tcpsvcs.h>
  44. //
  45. // Local header files
  46. //
  47. #include <dhcp.h>
  48. #include <dhcplib.h>
  49. #include <dhcpbinl.h>
  50. #include <dhcprog.h>
  51. #include <oscpkt.h>
  52. #include <dnsapi.h>
  53. #include <remboot.h>
  54. #include "binldef.h"
  55. #include "osc.h"
  56. #include "netinf.h"
  57. #include "global.h"
  58. #include "debug.h"
  59. #include "binlmsg.h"
  60. #include "proto.h"