[MAGNIFY]

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

svn path=/trunk/; revision=61550
This commit is contained in:
Amine Khaldi 2014-01-06 20:56:34 +00:00
parent fb0c40987e
commit e62e1d2e20
3 changed files with 10 additions and 9 deletions

View file

@ -10,6 +10,13 @@
/* TODO: AppBar */ /* TODO: AppBar */
#include "magnifier.h" #include "magnifier.h"
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#include <winnls.h>
#include "resource.h"
const TCHAR szWindowClass[] = TEXT("MAGNIFIER"); const TCHAR szWindowClass[] = TEXT("MAGNIFIER");
#define MAX_LOADSTRING 100 #define MAX_LOADSTRING 100

View file

@ -20,14 +20,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <windef.h> #include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winreg.h>
#include <wingdi.h>
#include <tchar.h>
#include <winnls.h> //test
#include "resource.h"
extern int iZoom; extern int iZoom;

View file

@ -1,6 +1,8 @@
#include "magnifier.h" #include "magnifier.h"
#include <tchar.h>
#include <winreg.h>
int iZoom = 3; int iZoom = 3;
BOOL bShowWarning = TRUE; BOOL bShowWarning = TRUE;