mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +00:00
[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:
parent
fb0c40987e
commit
e62e1d2e20
3 changed files with 10 additions and 9 deletions
|
@ -10,6 +10,13 @@
|
|||
/* TODO: AppBar */
|
||||
#include "magnifier.h"
|
||||
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <wingdi.h>
|
||||
#include <winnls.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
const TCHAR szWindowClass[] = TEXT("MAGNIFIER");
|
||||
|
||||
#define MAX_LOADSTRING 100
|
||||
|
|
|
@ -20,14 +20,6 @@
|
|||
|
||||
#include <stdarg.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;
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
#include "magnifier.h"
|
||||
|
||||
#include <tchar.h>
|
||||
#include <winreg.h>
|
||||
|
||||
int iZoom = 3;
|
||||
|
||||
BOOL bShowWarning = TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue