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.
 
 
 
 
 
 

25 lines
686 B

#include <wdm.h>
#include <windef.h>
#include <ks.h>
#include <ksmedia.h>
#include <bdatypes.h>
#ifdef ALLOC_DATA_PRAGMA
#pragma const_seg("PAGECONST")
#endif // ALLOC_PRAGMA
// KSGuid.h defines INITGUID and some other macros that are useful in the
// the actual definition of GUIDs.
// KSGuid.h should be included immediately before those include files that
// contain the GUIDS that you need defined. Do NOT put it before include
// files like KSMedia.h. If you need definitions of GUIDS that are declared
// there, use KSGuid.lib.
//
#include <ksguid.h>
#include <bdamedia.h>
#include <atsmedia.h>
#ifdef ALLOC_DATA_PRAGMA
#pragma const_seg()
#endif // ALLOC_DATA_PRAGMA