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.

35 lines
749 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. Venu Gopal S 25-Jun-2001
  10. Revision History:
  11. ******************************************************************************/
  12. #ifndef __COMHEADERFILES_H
  13. #define __COMHEADERFILES_H
  14. //common include files needed for all other cpp files in this project
  15. #include "who.h"
  16. #include "wsuser.h"
  17. #include "wspriv.h"
  18. #include "wssid.h"
  19. #include "wstoken.h"
  20. #include "resource.h"
  21. #endif //__COMHEADERFILES_H