Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygend3dtest7.c
Go to the documentation of this file.
00001 /* 00002 * PROJECT: ReactX Diagnosis Application 00003 * LICENSE: GPL - See COPYING in the top level directory 00004 * FILE: base/applications/dxdiag/d3dtest7.c 00005 * PURPOSE: ReactX Direct3D 7 tests 00006 * PROGRAMMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com> 00007 */ 00008 00009 #include "precomp.h" 00010 #include <d3d.h> 00011 00012 BOOL D3D7Test(HWND hWnd) 00013 { 00014 return FALSE; 00015 } Generated on Sat May 26 2012 04:15:35 for ReactOS by
1.7.6.1
|