1 /* 2 * PROJECT: ReactX Diagnosis Application 3 * LICENSE: GPL - See COPYING in the top level directory 4 * FILE: base/applications/dxdiag/d3dtest7.c 5 * PURPOSE: ReactX Direct3D 7 tests 6 * PROGRAMMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com> 7 */ 8 9 #include "precomp.h" 10 11 BOOL D3D7Test(HWND hWnd) 12 { 13 return FALSE; 14 } 15