mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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:
parent
31cf856db3
commit
8a219f31b4
3 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue