mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[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:
parent
7c0107fcd0
commit
3d3767517c
2 changed files with 10 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
|||
#include "precomp.h"
|
||||
|
||||
#include <tchar.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
static HINSTANCE hInstance;
|
||||
|
||||
#ifdef UNICODE
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue