24 lines
		
	
	
		
			541 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			541 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
//==========================================================================;
 | 
						|
//
 | 
						|
//	Common include file for wdm source modules
 | 
						|
//
 | 
						|
//		$Date:   15 Apr 1999 11:06:02  $
 | 
						|
//	$Revision:   1.1  $
 | 
						|
//	  $Author:   Tashjian  $
 | 
						|
//
 | 
						|
// $Copyright:	(c) 1997 - 1999  ATI Technologies Inc.  All Rights Reserved.  $
 | 
						|
//
 | 
						|
//==========================================================================;
 | 
						|
 | 
						|
extern "C"
 | 
						|
{
 | 
						|
#include "strmini.h"
 | 
						|
#include "mmsystem.h"
 | 
						|
#include "ksmedia.h"
 | 
						|
}
 | 
						|
 | 
						|
#include "wdmdebug.h"
 | 
						|
#include "wdmdrv.h"
 |