mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WINED3DCFG]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61701
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "wined3dcfg.h"
|
||||
|
||||
#include <winreg.h>
|
||||
|
||||
static LONG ReadSetting(HKEY hKey, PWCHAR szKey, PWCHAR szBuffer, DWORD dwSize)
|
||||
{
|
||||
return RegQueryValueExW(hKey, szKey, NULL, NULL, (LPBYTE)szBuffer, &dwSize);
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include "wined3dcfg.h"
|
||||
|
||||
#include <cpl.h>
|
||||
|
||||
HINSTANCE hApplet = 0;
|
||||
|
||||
LONG CALLBACK AppletInit(HWND hWnd)
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user