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.

55 lines
1.1 KiB

  1. // Copyright (C) 1997 Microsoft Corporation
  2. //
  3. // All header files used by this project; for the purpose of creating a
  4. // pre-compiled header file
  5. //
  6. // 12-12-97 sburns
  7. //
  8. // This file must be named with a .hxx extension due to some weird and
  9. // inscrutible requirement of BUILD.
  10. #ifndef HEADERS_HXX_INCLUDED
  11. #define HEADERS_HXX_INCLUDED
  12. #include <burnslib.hpp>
  13. #include <comdef.h>
  14. #include <process.h>
  15. #include <regstr.h>
  16. #include <msi.h>
  17. #include <lmaccess.h>
  18. #include <dsrolep.h>
  19. #include <iphlpapi.h>
  20. #include <shlobjp.h>
  21. #include <winldap.h>
  22. #include <ntldap.h>
  23. #include <wincrui.h>
  24. #include <Rpcndr.h>
  25. #include <initguid.h>
  26. #include <dsclient.h>
  27. #include <scesetup.h>
  28. #include <dnsmgr.h> // DNS_SETUP_*
  29. extern Popup popup;
  30. const int DNS_DOMAIN_NAME_MAX_LIMIT_DUE_TO_POLICY = 64; // 106840
  31. const int DNS_DOMAIN_NAME_MAX_LIMIT_DUE_TO_POLICY_UTF8 = 155; // 54054
  32. // CODEWORK: Need this until throws are removed.
  33. #pragma warning (disable: 4702)
  34. #pragma hdrstop
  35. #endif // HEADERS_HXX_INCLUDED