[APPLICATIONS]
[reactos.git] / reactos / base / applications / dxdiag / precomp.h
index d35cd52..05200f7 100644 (file)
 #include <mmsystem.h>
 #include <setupapi.h>
 #include <commctrl.h>
-#include <dinput.h>
-#include <d3d9.h>
 #include <ddraw.h>
 
-
-#include <dsound.h>
 #include <mmreg.h>
 #include <wintrust.h>
 #include <softpub.h>
@@ -47,7 +43,10 @@ INT_PTR CALLBACK NetworkPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPAR
 INT_PTR CALLBACK HelpPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
 
 /* DirectDraw tests */
-VOID DDTests();
+VOID DDTests(VOID);
+
+/* Direct3D tests */
+VOID D3DTests(VOID);
 
 /* DirectSound initialization */
 void InitializeDirectSoundPage(PDXDIAG_CONTEXT pContext);