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.

53 lines
854 B

  1. #ifndef _PRECOMP_HXX_
  2. #define _PRECOMP_HXX_
  3. //
  4. // System related headers
  5. //
  6. #include <iis.h>
  7. #include <malloc.h>
  8. #include <assert.h>
  9. #include <stdlib.h>
  10. #include <stdio.h>
  11. #include <stdarg.h>
  12. #include <time.h>
  13. #include "dbgutil.h"
  14. //
  15. // IIS headers
  16. //
  17. #include <iadmw.h>
  18. #include <mb.hxx>
  19. #include <helpfunc.hxx>
  20. //
  21. // General C runtime libraries
  22. #include <string.h>
  23. #include <wchar.h>
  24. #include <lkrhash.h>
  25. #include <lock.hxx>
  26. //
  27. // Headers for this project
  28. //
  29. #include <objbase.h>
  30. #include "dbgutil.h"
  31. #include <string.hxx>
  32. #include <stringa.hxx>
  33. #include <chunkbuffer.hxx>
  34. #include "w3cache.hxx"
  35. #include "iisext.h"
  36. #include "iisextp.h"
  37. #include "iiscnfg.h"
  38. //
  39. // NT AuthZ stuff
  40. //
  41. #include <initguid.h>
  42. #include "azroles.h"
  43. #include "azapplication.hxx"
  44. #include "adminmanager.hxx"
  45. #endif