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.

38 lines
1002 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // pch.h
  7. //
  8. // Description:
  9. // Precompiled header file for the TestEvictCluster EXE.
  10. //
  11. // Maintained By:
  12. // Vij Vasu (Vvasu) 03-AUG-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Macro Definitions
  18. //////////////////////////////////////////////////////////////////////////////
  19. #if DBG==1 || defined( _DEBUG )
  20. #define DEBUG
  21. #endif
  22. ////////////////////////////////////////////////////////////////////////////////
  23. // Include Files
  24. //////////////////////////////////////////////////////////////////////////////
  25. #include <windows.h>
  26. // For wprintf
  27. #include <stdio.h>
  28. // For smart classes
  29. #include "SmartClasses.h"
  30. // For IClusCfgEvict
  31. #include "ClusCfgServer.h"