* Add resource.h inclusion to the main header.
* Remove some unneeded inclusions.
CORE-7716
svn path=/trunk/; revision=61319
#include <precomp.h>
-#include "../resource.h"
-
#include "../taskbar/desktopbar.h"
#include "../taskbar/taskbar.h" // for PM_GET_LAST_ACTIVE
#include <precomp.h>
-#include "../resource.h"
-
#include "searchprogram.h"
#include <precomp.h>
-#include "../resource.h"
-
#include "../taskbar/traynotify.h"
#include "settings.h"
#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 <wincon.h>
-
#ifndef __WINE__
#include <io.h> // for dup2()
#include <fcntl.h> // for _O_RDONLY
#include "globals.h"
#include "externals.h"
+
+#include "resource.h"
#include "regfs.h"
#include "fatfs.h"
-#include "../resource.h"
-
-
FileChildWndInfo::FileChildWndInfo(HWND hmdiclient, LPCTSTR path, ENTRY_TYPE etype)
: super(hmdiclient),
_etype(etype)
*/
extern HWND create_webchildwindow(const WebChildWndInfo& info);
-#include "../resource.h"
-
#include "../dialogs/settings.h" // for MdiSdiDlg
//#define _NO_REBAR
#include <precomp.h>
-#include "../resource.h"
-
-
enum IMAGE {
IMG_NONE=-1, IMG_FILE=0, IMG_DOCUMENT, IMG_EXECUTABLE,
IMG_FOLDER, IMG_OPEN_FOLDER, IMG_FOLDER_PLUS,IMG_OPEN_PLUS, IMG_OPEN_MINUS,
#include <precomp.h>
-#include "../resource.h"
-
-
// work around GCC's wide string constant bug
#ifdef __GNUC__
const LPCTSTR C_DRIVE = C_DRIVE_STR;
#endif
-
ShellBrowser::ShellBrowser(HWND hwnd, HWND hwndFrame, HWND left_hwnd, WindowHandle& right_hwnd, ShellPathInfo& create_info,
BrowserCallback* cb, CtxMenuInterfaces& cm_ifs)
: super(IID_IShellFolderViewCB),
#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)
{
CONTEXT("ShellDirectory::fill_w32fdata_shell()");
// Martin Fuchs, 08.02.2004
//
-
#include <precomp.h>
-#include "../resource.h"
-
#include "webchild.h"
-
#include <comutil.h>
-//#include <mshtml.h>
-
-
Variant::Variant(const VARIANT& var)
{
VariantInit(this);
#include <precomp.h>
-#include "../resource.h"
-
#include "desktopbar.h"
#include "taskbar.h"
#include "startmenu.h"
#include <precomp.h>
-#include "../resource.h"
-
#include "quicklaunch.h"
#include <precomp.h>
-#include "../resource.h"
-
#include "desktopbar.h"
#include "startmenu.h"
#include <precomp.h>
-#include "../resource.h"
-
#include "traynotify.h"
-
#include "../notifyhook/notifyhook.h"
NotifyHook::NotifyHook()
#include <precomp.h>
-#include "../resource.h" // for ID_GO_BACK, ...
-
-
WindowClass::WindowClass(LPCTSTR classname, UINT style_, WNDPROC wndproc)
{
memset(this, 0, sizeof(WNDCLASSEX));