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.

32 lines
465 B

  1. /*++
  2. Copyright (c) 1997-1999 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 <mmsystem.h>
  13. #include <mmreg.h>
  14. #include <mtype.h>
  15. #include <g711uids.h>
  16. #include <evcode.h>
  17. #include "wavemsp.h"
  18. #include "propbag.h"
  19. #include "waveaddr.h"
  20. #include "wavestrm.h"
  21. #include "wavecall.h"
  22. #endif