* 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

svn path=/trunk/; revision=61695
This commit is contained in:
Amine Khaldi 2014-01-19 10:31:28 +00:00
parent 0769f82608
commit 94098ee559
4 changed files with 8 additions and 3 deletions

View file

@ -27,6 +27,8 @@
#include "intl.h" #include "intl.h"
#include <debug.h>
#define SAMPLE_NUMBER _T("123456789") #define SAMPLE_NUMBER _T("123456789")
#define NO_FLAG 0 #define NO_FLAG 0

View file

@ -25,6 +25,8 @@
#include "intl.h" #include "intl.h"
#include <debug.h>
#define NUM_APPLETS (1) #define NUM_APPLETS (1)
static LONG APIENTRY static LONG APIENTRY

View file

@ -1,16 +1,15 @@
#define WIN32_NO_STATUS
#include <stdarg.h> #include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <winnls.h> #include <winnls.h>
#include <winreg.h> #include <winreg.h>
#include <winuser.h> #include <winuser.h>
#include <shellapi.h>
#include <cpl.h> #include <cpl.h>
#include <setupapi.h> #include <setupapi.h>
#include <tchar.h> #include <tchar.h>
#include <malloc.h> #include <malloc.h>
#include <debug.h>
#include "resource.h" #include "resource.h"

View file

@ -1,5 +1,7 @@
#include "intl.h" #include "intl.h"
#include <shellapi.h>
/* Property page dialog callback */ /* Property page dialog callback */
INT_PTR CALLBACK INT_PTR CALLBACK
LanguagesPageProc(HWND hwndDlg, LanguagesPageProc(HWND hwndDlg,