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.

37 lines
852 B

  1. // File: zonepch.h
  2. //
  3. // Contents: Standard header files included by every file in this directory
  4. //
  5. //
  6. // Functions://
  7. // History:
  8. //
  9. //----------------------------------------------------------------------------
  10. #ifndef _ZONEPCH_H_
  11. #define _ZONEPCH_H_
  12. // NOTE: This directory only supports Unicode currently
  13. // Include this first since urlmon.hxx redefines malloc, free etc.
  14. #include <malloc.h> // required for alloca prototype.
  15. #include "urlmon.hxx"
  16. #include "shlwapi.h"
  17. #include "shlwapip.h"
  18. #include "winineti.h"
  19. #include "zoneutil.h"
  20. #include "urlenum.h"
  21. #include "regzone.h"
  22. #include "zonemgr.h"
  23. #include "secmgr.h"
  24. #include "resource.h"
  25. // Unix: may not need to include unaligned.hpp if building with Apogee
  26. // Need it for Solaris CC compiler
  27. #include <unaligned.hpp>
  28. #endif