Author: akhaldi
Date: Sun Jan 19 10:31:28 2014
New Revision: 61695
URL:
http://svn.reactos.org/svn/reactos?rev=61695&view=rev
Log:
[INTL]
* Remove one time shellapi.h inclusion from the main header and put it back where it
belongs.
* Do not include debug.h into the main header.
CORE-7716
Modified:
trunk/reactos/dll/cpl/intl/generalp.c
trunk/reactos/dll/cpl/intl/intl.c
trunk/reactos/dll/cpl/intl/intl.h
trunk/reactos/dll/cpl/intl/languages.c
Modified: trunk/reactos/dll/cpl/intl/generalp.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/generalp.c?re…
==============================================================================
--- trunk/reactos/dll/cpl/intl/generalp.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/generalp.c [iso-8859-1] Sun Jan 19 10:31:28 2014
@@ -27,6 +27,8 @@
#include "intl.h"
+#include <debug.h>
+
#define SAMPLE_NUMBER _T("123456789")
#define NO_FLAG 0
Modified: trunk/reactos/dll/cpl/intl/intl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.c?rev=61…
==============================================================================
--- trunk/reactos/dll/cpl/intl/intl.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/intl.c [iso-8859-1] Sun Jan 19 10:31:28 2014
@@ -25,6 +25,8 @@
#include "intl.h"
+#include <debug.h>
+
#define NUM_APPLETS (1)
static LONG APIENTRY
Modified: trunk/reactos/dll/cpl/intl/intl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.h?rev=61…
==============================================================================
--- trunk/reactos/dll/cpl/intl/intl.h [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/intl.h [iso-8859-1] Sun Jan 19 10:31:28 2014
@@ -1,16 +1,15 @@
+#include <stdarg.h>
+
#define WIN32_NO_STATUS
-#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <winuser.h>
-#include <shellapi.h>
#include <cpl.h>
#include <setupapi.h>
#include <tchar.h>
#include <malloc.h>
-#include <debug.h>
#include "resource.h"
Modified: trunk/reactos/dll/cpl/intl/languages.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/languages.c?r…
==============================================================================
--- trunk/reactos/dll/cpl/intl/languages.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/languages.c [iso-8859-1] Sun Jan 19 10:31:28 2014
@@ -1,4 +1,6 @@
#include "intl.h"
+
+#include <shellapi.h>
/* Property page dialog callback */
INT_PTR CALLBACK