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.

30 lines
391 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. common.h
  5. Abstract:
  6. commonly used headers.
  7. Author:
  8. Mu Han (muhan) 1-November-1997
  9. --*/
  10. #ifndef __COMMON_H_
  11. #define __COMMON_H_
  12. #include "confmsp.h"
  13. #include "confaddr.h"
  14. #include "confpart.h"
  15. #include "confcall.h"
  16. #include "confstrm.h"
  17. #include "confaud.h"
  18. #include "confvid.h"
  19. #include "confutil.h"
  20. #endif