reactos/base/applications/dxdiag/d3dtest9.c
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

16 lines
385 B
C

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