[CHARMAP]

* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61528
This commit is contained in:
Amine Khaldi 2014-01-04 14:06:39 +00:00
parent 30109c2763
commit 180fca0e90
6 changed files with 8 additions and 10 deletions

View file

@ -7,10 +7,8 @@
*
*/
#include <precomp.h>
static
INT_PTR
CALLBACK

View file

@ -9,6 +9,9 @@
#include <precomp.h>
#include <commctrl.h>
#include <richedit.h>
#define ID_ABOUT 0x1
HINSTANCE hInstance;

View file

@ -9,7 +9,6 @@
#include <precomp.h>
static
HFONT
SetLrgFont(PMAP infoPtr)

View file

@ -9,6 +9,8 @@
#include <precomp.h>
#include <stdlib.h>
static const WCHAR szMapWndClass[] = L"FontMapWnd";
static const WCHAR szLrgCellWndClass[] = L"LrgCellWnd";

View file

@ -5,14 +5,7 @@
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winreg.h>
#include <wingdi.h>
#include <windowsx.h>
#include <tchar.h>
//#include <stdio.h>
#include <stdlib.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"

View file

@ -9,6 +9,9 @@
#include <precomp.h>
#include <winreg.h>
#include <windowsx.h>
#include <tchar.h>
const TCHAR g_szGeneralRegKey[] = _T("Software\\Microsoft\\CharMap");
HWND hWnd;