mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
[INPUT]
* Remove one time inclusions from the main header and put them back where they belong. * Remove redundant resource.h inclusion. CORE-7716 svn path=/trunk/; revision=61694
This commit is contained in:
parent
cb758248bd
commit
0769f82608
4 changed files with 6 additions and 4 deletions
|
@ -8,7 +8,6 @@
|
|||
* 06-09-2007 Created
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
#include "input.h"
|
||||
|
||||
static HWND hLangList;
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "input.h"
|
||||
|
||||
#include <cpl.h>
|
||||
|
||||
#define NUM_APPLETS (1)
|
||||
|
||||
LONG CALLBACK SystemApplet(VOID);
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "input.h"
|
||||
|
||||
#include <wingdi.h>
|
||||
|
||||
static HWND MainDlgWnd;
|
||||
// for SaveInputLang()
|
||||
static INT OldLayoutNum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue