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
2.2 KiB

  1. #ifndef _LIBRARY_PCH_HPP_
  2. #define _LIBRARY_PCH_HPP_
  3. // Ruler
  4. // 1 2 3 4 5 6 7 8
  5. //345678901234567890123456789012345678901234567890123456789012345678901234567890
  6. /********************************************************************/
  7. /* */
  8. /* The standard layout. */
  9. /* */
  10. /* The standard layout for 'hpp' files for this code is as */
  11. /* follows: */
  12. /* */
  13. /* 1. Include files. */
  14. /* 2. Constants exported from the class. */
  15. /* 3. Data structures exported from the class. */
  16. /* 4. Forward references to other data structures. */
  17. /* 5. Class specifications (including inline functions). */
  18. /* 6. Additional large inline functions. */
  19. /* */
  20. /* Any portion that is not required is simply omitted. */
  21. /* */
  22. /********************************************************************/
  23. #include "Global.hpp"
  24. #ifndef DISABLE_PRECOMPILED_HEADERS
  25. #include "Align.hpp"
  26. #include "Assembly.hpp"
  27. #include "Autolock.hpp"
  28. #include "Barrier.hpp"
  29. #include "Common.hpp"
  30. #include "Delay.hpp"
  31. #include "Environment.hpp"
  32. #include "Global.hpp"
  33. #include "Hash.hpp"
  34. #include "List.hpp"
  35. #include "Lock.hpp"
  36. #include "Map.hpp"
  37. #include "New.hpp"
  38. #include "Pool.hpp"
  39. #include "Prefetch.hpp"
  40. #include "Queue.hpp"
  41. #include "Sharelock.hpp"
  42. #include "Spinlock.hpp"
  43. #include "Stack.hpp"
  44. #include "Standard.hpp"
  45. #include "String.hpp"
  46. #include "System.hpp"
  47. #include "Thread.hpp"
  48. #include "Tls.hpp"
  49. #include "Unique.hpp"
  50. #include "Vector.hpp"
  51. #endif
  52. #endif