mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[EXPLORER]
* Add resource.h inclusion to the main header. * Remove some unneeded inclusions. CORE-7716 svn path=/trunk/; revision=61319
This commit is contained in:
parent
5af51747bd
commit
1441b8007f
16 changed files with 2 additions and 47 deletions
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "../taskbar/desktopbar.h"
|
#include "../taskbar/desktopbar.h"
|
||||||
#include "../taskbar/taskbar.h" // for PM_GET_LAST_ACTIVE
|
#include "../taskbar/taskbar.h" // for PM_GET_LAST_ACTIVE
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "searchprogram.h"
|
#include "searchprogram.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "../taskbar/traynotify.h"
|
#include "../taskbar/traynotify.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|
||||||
|
|
|
@ -30,12 +30,8 @@
|
||||||
|
|
||||||
#include <precomp.h> // <precomp.h> instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree
|
#include <precomp.h> // <precomp.h> instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree
|
||||||
|
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
#include <locale.h> // for setlocale()
|
#include <locale.h> // for setlocale()
|
||||||
|
|
||||||
#include <wincon.h>
|
|
||||||
|
|
||||||
#ifndef __WINE__
|
#ifndef __WINE__
|
||||||
#include <io.h> // for dup2()
|
#include <io.h> // for dup2()
|
||||||
#include <fcntl.h> // for _O_RDONLY
|
#include <fcntl.h> // for _O_RDONLY
|
||||||
|
|
|
@ -48,3 +48,5 @@
|
||||||
|
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "externals.h"
|
#include "externals.h"
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
|
@ -32,9 +32,6 @@
|
||||||
#include "regfs.h"
|
#include "regfs.h"
|
||||||
#include "fatfs.h"
|
#include "fatfs.h"
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
FileChildWndInfo::FileChildWndInfo(HWND hmdiclient, LPCTSTR path, ENTRY_TYPE etype)
|
FileChildWndInfo::FileChildWndInfo(HWND hmdiclient, LPCTSTR path, ENTRY_TYPE etype)
|
||||||
: super(hmdiclient),
|
: super(hmdiclient),
|
||||||
_etype(etype)
|
_etype(etype)
|
||||||
|
|
|
@ -33,8 +33,6 @@
|
||||||
*/
|
*/
|
||||||
extern HWND create_webchildwindow(const WebChildWndInfo& info);
|
extern HWND create_webchildwindow(const WebChildWndInfo& info);
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "../dialogs/settings.h" // for MdiSdiDlg
|
#include "../dialogs/settings.h" // for MdiSdiDlg
|
||||||
|
|
||||||
//#define _NO_REBAR
|
//#define _NO_REBAR
|
||||||
|
|
|
@ -28,9 +28,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
enum IMAGE {
|
enum IMAGE {
|
||||||
IMG_NONE=-1, IMG_FILE=0, IMG_DOCUMENT, IMG_EXECUTABLE,
|
IMG_NONE=-1, IMG_FILE=0, IMG_DOCUMENT, IMG_EXECUTABLE,
|
||||||
IMG_FOLDER, IMG_OPEN_FOLDER, IMG_FOLDER_PLUS,IMG_OPEN_PLUS, IMG_OPEN_MINUS,
|
IMG_FOLDER, IMG_OPEN_FOLDER, IMG_FOLDER_PLUS,IMG_OPEN_PLUS, IMG_OPEN_MINUS,
|
||||||
|
|
|
@ -28,15 +28,11 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
|
|
||||||
// work around GCC's wide string constant bug
|
// work around GCC's wide string constant bug
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
const LPCTSTR C_DRIVE = C_DRIVE_STR;
|
const LPCTSTR C_DRIVE = C_DRIVE_STR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
ShellBrowser::ShellBrowser(HWND hwnd, HWND hwndFrame, HWND left_hwnd, WindowHandle& right_hwnd, ShellPathInfo& create_info,
|
ShellBrowser::ShellBrowser(HWND hwnd, HWND hwndFrame, HWND left_hwnd, WindowHandle& right_hwnd, ShellPathInfo& create_info,
|
||||||
BrowserCallback* cb, CtxMenuInterfaces& cm_ifs)
|
BrowserCallback* cb, CtxMenuInterfaces& cm_ifs)
|
||||||
: super(IID_IShellFolderViewCB),
|
: super(IID_IShellFolderViewCB),
|
||||||
|
|
|
@ -28,12 +28,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
//#include "shellfs.h"
|
|
||||||
//#include "winfs.h"
|
|
||||||
|
|
||||||
#include <shlwapi.h>
|
|
||||||
|
|
||||||
|
|
||||||
bool ShellDirectory::fill_w32fdata_shell(LPCITEMIDLIST pidl, SFGAOF attribs, WIN32_FIND_DATA* pw32fdata, BY_HANDLE_FILE_INFORMATION* pbhfi, bool do_access)
|
bool ShellDirectory::fill_w32fdata_shell(LPCITEMIDLIST pidl, SFGAOF attribs, WIN32_FIND_DATA* pw32fdata, BY_HANDLE_FILE_INFORMATION* pbhfi, bool do_access)
|
||||||
{
|
{
|
||||||
CONTEXT("ShellDirectory::fill_w32fdata_shell()");
|
CONTEXT("ShellDirectory::fill_w32fdata_shell()");
|
||||||
|
|
|
@ -25,19 +25,12 @@
|
||||||
// Martin Fuchs, 08.02.2004
|
// Martin Fuchs, 08.02.2004
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "webchild.h"
|
#include "webchild.h"
|
||||||
|
|
||||||
|
|
||||||
#include <comutil.h>
|
#include <comutil.h>
|
||||||
|
|
||||||
//#include <mshtml.h>
|
|
||||||
|
|
||||||
|
|
||||||
Variant::Variant(const VARIANT& var)
|
Variant::Variant(const VARIANT& var)
|
||||||
{
|
{
|
||||||
VariantInit(this);
|
VariantInit(this);
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "desktopbar.h"
|
#include "desktopbar.h"
|
||||||
#include "taskbar.h"
|
#include "taskbar.h"
|
||||||
#include "startmenu.h"
|
#include "startmenu.h"
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "quicklaunch.h"
|
#include "quicklaunch.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "desktopbar.h"
|
#include "desktopbar.h"
|
||||||
#include "startmenu.h"
|
#include "startmenu.h"
|
||||||
|
|
||||||
|
|
|
@ -28,11 +28,8 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h"
|
|
||||||
|
|
||||||
#include "traynotify.h"
|
#include "traynotify.h"
|
||||||
|
|
||||||
|
|
||||||
#include "../notifyhook/notifyhook.h"
|
#include "../notifyhook/notifyhook.h"
|
||||||
|
|
||||||
NotifyHook::NotifyHook()
|
NotifyHook::NotifyHook()
|
||||||
|
|
|
@ -28,9 +28,6 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
|
|
||||||
#include "../resource.h" // for ID_GO_BACK, ...
|
|
||||||
|
|
||||||
|
|
||||||
WindowClass::WindowClass(LPCTSTR classname, UINT style_, WNDPROC wndproc)
|
WindowClass::WindowClass(LPCTSTR classname, UINT style_, WNDPROC wndproc)
|
||||||
{
|
{
|
||||||
memset(this, 0, sizeof(WNDCLASSEX));
|
memset(this, 0, sizeof(WNDCLASSEX));
|
||||||
|
|
Loading…
Reference in a new issue