Source code of Windows XP (NT5)
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.

39 lines
743 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1997
  6. //
  7. // File: common.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // Common.h
  11. //
  12. // Include files that are used frequently into the project.
  13. //
  14. #ifndef _COMMON_H_INCLUDED
  15. #define _COMMON_H_INCLUDED
  16. #ifdef _DEBUG
  17. #define DEBUG
  18. #endif
  19. // Generic Includes
  20. #include "DbgUtil.h"
  21. #include "uiutil.h"
  22. // Private Includes
  23. #include "resource.h"
  24. #include "SimRc.h"
  25. #include "SimUtil.h"
  26. #include "SimData.h"
  27. #include "SimProp.h"
  28. #include "SimProp1.h"
  29. #include "SimProp2.h"
  30. #include "SimProp3.h"
  31. #include "SimCert.h"
  32. #endif // ~_COMMON_H_INCLUDED