mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[DXDIAG]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61529
This commit is contained in:
parent
180fca0e90
commit
5bd968466e
6 changed files with 12 additions and 6 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIDTH 800
|
||||
#define HEIGHT 600
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <d3d9.h>
|
||||
|
||||
BOOL
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <dinput.h>
|
||||
|
||||
typedef struct
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winver.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
WCHAR Guid[40];
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#define DIRECTSOUND_VERSION 0x0800
|
||||
#define D3D_OVERLOADS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
|
@ -14,17 +14,13 @@
|
|||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winsvc.h>
|
||||
#include <wingdi.h>
|
||||
#include <winnls.h>
|
||||
#include <winver.h>
|
||||
#include <winuser.h>
|
||||
#include <mmsystem.h>
|
||||
#include <setupapi.h>
|
||||
#include <ddraw.h>
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
#include <mmreg.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
@ -73,4 +69,5 @@ BOOL GetCatFileFromDriverPath(LPWSTR szFileName, LPWSTR szCatFileName);
|
|||
BOOL GetRegValue(HKEY hBaseKey, LPWSTR SubKey, LPWSTR ValueName, DWORD Type, LPWSTR Result, DWORD Size);
|
||||
VOID InsertTabCtrlItem(HWND hDlgCtrl, INT Position, LPWSTR uId);
|
||||
VOID EnumerateDrivers(PVOID Context, HDEVINFO hList, PSP_DEVINFO_DATA pInfoData);
|
||||
#endif
|
||||
|
||||
#endif /* PRECOMP_H__ */
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <mmsystem.h>
|
||||
#include <mmreg.h>
|
||||
#include <dsound.h>
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue