mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 02:25:18 +00:00
add empty file for directx video port control interface
svn path=/branches/reactx/; revision=29566
This commit is contained in:
parent
9b55f8ca65
commit
3b320dfaaa
2 changed files with 28 additions and 0 deletions
27
reactos/subsystems/win32/win32k/ntddraw/dvp.c
Normal file
27
reactos/subsystems/win32/win32k/ntddraw/dvp.c
Normal 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;
|
||||
|
||||
|
||||
|
||||
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue