[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:
Amine Khaldi 2014-01-19 10:41:43 +00:00
parent 31cf856db3
commit 8a219f31b4
3 changed files with 6 additions and 4 deletions

View file

@ -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);

View file

@ -1,5 +1,7 @@
#include "wined3dcfg.h"
#include <cpl.h>
HINSTANCE hApplet = 0;
LONG CALLBACK AppletInit(HWND hWnd)

View file

@ -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"