From 3b320dfaaa2dd6eaee8fecdff55807c3e9fbbaa2 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 14 Oct 2007 15:18:29 +0000 Subject: [PATCH] add empty file for directx video port control interface svn path=/branches/reactx/; revision=29566 --- reactos/subsystems/win32/win32k/ntddraw/dvp.c | 27 +++++++++++++++++++ reactos/subsystems/win32/win32k/win32k.rbuild | 1 + 2 files changed, 28 insertions(+) create mode 100644 reactos/subsystems/win32/win32k/ntddraw/dvp.c diff --git a/reactos/subsystems/win32/win32k/ntddraw/dvp.c b/reactos/subsystems/win32/win32k/ntddraw/dvp.c new file mode 100644 index 00000000000..a1cf014db09 --- /dev/null +++ b/reactos/subsystems/win32/win32k/ntddraw/dvp.c @@ -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 +#include + +//#define NDEBUG +#include + +/********************************************************************************/ +/* DVD interface from DXG.SYS */ +/********************************************************************************/ + +extern PDRVFN gpDxFuncs; + + + + diff --git a/reactos/subsystems/win32/win32k/win32k.rbuild b/reactos/subsystems/win32/win32k/win32k.rbuild index 9156a8fe4dd..c9f57d6f06e 100644 --- a/reactos/subsystems/win32/win32k/win32k.rbuild +++ b/reactos/subsystems/win32/win32k/win32k.rbuild @@ -97,6 +97,7 @@ dd.c ddsurf.c d3d.c + dvp.c mocomp.c stubs.c