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.
28 lines
434 B
28 lines
434 B
#ifndef _COMMON_H
|
|
#define _COMMON_H_
|
|
|
|
extern "C" {
|
|
#include <wdm.h>
|
|
#include "wdmdebug.h"
|
|
}
|
|
|
|
// #include <limits.h>
|
|
#include <winerror.h>
|
|
#include <unknown.h>
|
|
#include <ks.h>
|
|
#include <ksmedia.h>
|
|
#include <bdatypes.h>
|
|
#include <bdamedia.h>
|
|
#include <atsmedia.h>
|
|
#include <bdasup.h>
|
|
|
|
//#include "medguid.h"
|
|
#include <kcom.h>
|
|
#include <ksdebug.h>
|
|
#include "splmedia.h"
|
|
|
|
#undef INTERFACE
|
|
|
|
|
|
|
|
#endif //_COMMON_H_
|