add empty file for directx video port control interface

svn path=/branches/reactx/; revision=29566
This commit is contained in:
Magnus Olsen 2007-10-14 15:18:29 +00:00
parent 9b55f8ca65
commit 3b320dfaaa
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,27 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Native DirectDraw implementation
* FILE: subsys/win32k/ntddraw/dvd.c
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
* REVISION HISTORY:
* 19/1-2006 Magnus Olsen
*/
#include <w32k.h>
#include <reactos/drivers/directx/dxg.h>
//#define NDEBUG
#include <debug.h>
/********************************************************************************/
/* DVD interface from DXG.SYS */
/********************************************************************************/
extern PDRVFN gpDxFuncs;

View file

@ -97,6 +97,7 @@
<file>dd.c</file>
<file>ddsurf.c</file>
<file>d3d.c</file>
<file>dvp.c</file>
<file>mocomp.c</file>
<file>stubs.c</file>
</directory>