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.

47 lines
1.4 KiB

  1. /*
  2. * _ V R O O T . H
  3. *
  4. * vroot lookup precompiled header
  5. *
  6. * Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
  7. */
  8. #pragma warning(disable:4001) /* single line comments */
  9. #pragma warning(disable:4050) /* different code attributes */
  10. #pragma warning(disable:4100) /* unreferenced formal parameter */
  11. #pragma warning(disable:4115) /* named type definition in parentheses */
  12. #pragma warning(disable:4127) /* conditional expression is constant */
  13. #pragma warning(disable:4201) /* nameless struct/union */
  14. #pragma warning(disable:4206) /* translation unit is empty */
  15. #pragma warning(disable:4209) /* benign typedef redefinition */
  16. #pragma warning(disable:4214) /* bit field types other than int */
  17. #pragma warning(disable:4514) /* unreferenced inline function */
  18. #pragma warning(disable:4710)
  19. //$HACK!
  20. //
  21. // Define _WINSOCKAPI_ to keep windows.h from including winsock.h,
  22. // whose declarations would be redefined in winsock2.h,
  23. // which is included by iisextp.h,
  24. // which we include in davimpl.h!
  25. //
  26. #define _WINSOCKAPI_
  27. #include <windows.h>
  28. #include <ocidl.h>
  29. #include <lm.h>
  30. #include <caldbg.h>
  31. #include <calrc.h>
  32. #include <calpc.h>
  33. #include <except.h>
  34. #include <autoptr.h>
  35. #include <buffer.h>
  36. #include <gencache.h>
  37. #include <sz.h>
  38. #include <davimpl.h>
  39. #include <davmb.h>
  40. #include <vrenum.h>
  41. #include <sz.h>
  42. #define CElems(_rg) (sizeof(_rg)/sizeof(_rg[0]))