mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[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 svn path=/trunk/; revision=61695
This commit is contained in:
parent
0769f82608
commit
94098ee559
4 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue