[EXPLORER_NEW]

* 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=61611
This commit is contained in:
Amine Khaldi
2014-01-13 13:05:47 +00:00
parent ef7c130e5b
commit 8afbde3981
3 changed files with 12 additions and 9 deletions
@@ -20,6 +20,8 @@
#include "precomp.h"
#include <winver.h>
HINSTANCE hExplorerInstance;
HMODULE hUser32;
HANDLE hProcessHeap;
+6 -9
View File
@@ -1,34 +1,31 @@
#ifndef _EXPLORER_PRECOMP__H_
#define _EXPLORER_PRECOMP__H_
#define COBJMACROS
#include <stdio.h>
#include <tchar.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 <winreg.h>
#include <wingdi.h>
#include <winnls.h>
#include <winver.h>
#include <wincon.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlobj_undoc.h>
#include <shlwapi.h>
#include <shlguid_undoc.h>
#include <shdeprecated.h>
#include <tchar.h>
#include <stdio.h>
#include <uxtheme.h>
#include "tmschema.h"
#include "resource.h"
#include "comcsup.h"
//#include "todo.h"
//#include "initguid.h"
#include "undoc.h"
/* dynamic imports due to lack of support in msvc linker libs */
typedef INT (APIENTRY *REGSHELLHOOK)(HWND, DWORD);
+4
View File
@@ -20,6 +20,10 @@
#include "precomp.h"
#include <shdeprecated.h>
#include "undoc.h"
/*****************************************************************************
** ITrayBandSite ************************************************************
*****************************************************************************/