Author: akhaldi
Date: Sun Jan 19 10:41:43 2014
New Revision: 61701
URL:
http://svn.reactos.org/svn/reactos?rev=61701&view=rev
Log:
[WINED3DCFG]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716
Modified:
trunk/reactos/dll/cpl/wined3dcfg/general.c
trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.c
trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.h
Modified: trunk/reactos/dll/cpl/wined3dcfg/general.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/general…
==============================================================================
--- trunk/reactos/dll/cpl/wined3dcfg/general.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/wined3dcfg/general.c [iso-8859-1] Sun Jan 19 10:41:43 2014
@@ -1,4 +1,6 @@
#include "wined3dcfg.h"
+
+#include <winreg.h>
static LONG ReadSetting(HKEY hKey, PWCHAR szKey, PWCHAR szBuffer, DWORD dwSize)
{
Modified: trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/wined3d…
==============================================================================
--- trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.c [iso-8859-1] Sun Jan 19 10:41:43 2014
@@ -1,4 +1,6 @@
#include "wined3dcfg.h"
+
+#include <cpl.h>
HINSTANCE hApplet = 0;
Modified: trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/wined3d…
==============================================================================
--- trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.h [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.h [iso-8859-1] Sun Jan 19 10:41:43 2014
@@ -1,12 +1,10 @@
+#include <stdarg.h>
+
#define WIN32_NO_STATUS
-#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
-#include <winreg.h>
#include <winuser.h>
#include <commctrl.h>
-#include <cpl.h>
-#include <debug.h>
#include "resource.h"