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.

38 lines
811 B

  1. /******************************************************************************
  2. Copyright(c) Microsoft Corporation
  3. Module Name:
  4. CommonHeaderFiles.h
  5. Abstract:
  6. This module includes the common files needed for all the source files
  7. in this project.
  8. Author:
  9. G.Surender Reddy 30-oct-2000
  10. Revision History:
  11. G.Surender Reddy 30-oct-2000 : Created it
  12. Venu Gopal Choudary 12-Mar-2001 : Added run.h and end.h
  13. ******************************************************************************/
  14. #ifndef __COMHEADERFILES_H
  15. #define __COMHEADERFILES_H
  16. //common include files needed for all other cpp files in this project
  17. #include "scheduledtasks.h"
  18. #include "resource.h"
  19. #include "create.h"
  20. #include "query.h"
  21. #include "change.h"
  22. #include "run.h"
  23. #include "end.h"
  24. #endif //__COMHEADERFILES_H