mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[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:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winver.h>
|
||||
|
||||
HINSTANCE hExplorerInstance;
|
||||
HMODULE hUser32;
|
||||
HANDLE hProcessHeap;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <shdeprecated.h>
|
||||
|
||||
#include "undoc.h"
|
||||
|
||||
/*****************************************************************************
|
||||
** ITrayBandSite ************************************************************
|
||||
*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user