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.

29 lines
369 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 "H323msp.h"
  13. #include "H323addr.h"
  14. #include "H323call.h"
  15. #include "H323strm.h"
  16. #include "H323aud.h"
  17. #include "H323vid.h"
  18. #include "H323util.h"
  19. #endif