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.
 
 
 
 
 
 

37 lines
428 B

/*++
Copyright (c) 1997-1999 Microsoft Corporation
Module Name:
common.h
Abstract:
commonly used headers.
Author:
Mu Han (muhan) 1-November-1997
--*/
#ifndef __COMMON_H_
#define __COMMON_H_
#include <mmsystem.h>
#include <mmreg.h>
#include <mtype.h>
#include <ks.h>
#include <ksmedia.h>
#include <evcode.h>
#include "rcamsp.h"
#include "rcaaddr.h"
#include "rcastrm.h"
#include "rcacall.h"
#endif