[DESKMON]

* 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=61731
This commit is contained in:
Amine Khaldi 2014-01-20 13:09:04 +00:00
parent 7c0107fcd0
commit 3d3767517c
2 changed files with 10 additions and 4 deletions

View file

@ -1,8 +1,12 @@
#include "precomp.h"
#include <tchar.h>
#define NDEBUG
#include <debug.h>
#include "resource.h"
static HINSTANCE hInstance;
#ifdef UNICODE

View file

@ -1,19 +1,21 @@
#ifndef __PRECOMP__H
#define __PRECOMP__H
#define COBJMACROS
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <wincon.h>
#include <tchar.h>
#include <shlobj.h>
#include <dll/desk/deskcplx.h>
#include "deskmon.h"
#include "resource.h"
#endif /* __PRECOMP__H */