reactos/base/applications/dxdiag/d3dtest8.c
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

16 lines
385 B
C

/*
* PROJECT: ReactX Diagnosis Application
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/dxdiag/d3dtest8.c
* PURPOSE: ReactX Direct3D 8 tests
* PROGRAMMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
*/
#include "precomp.h"
#include <d3d8.h>
BOOL D3D8Test(HWND hWnd)
{
return FALSE;
}