mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
add empty file for directx video port control interface
svn path=/branches/reactx/; revision=29566
This commit is contained in:
@@ -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 ([email protected])
|
||||
* 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;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user