mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user