mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[BROWSEUI]
* Add a PCH. svn path=/trunk/; revision=52972
This commit is contained in:
parent
fb293f4f27
commit
3c57b7deae
22 changed files with 53 additions and 242 deletions
|
@ -66,4 +66,5 @@ add_importlibs(browseui
|
|||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_pch(browseui precomp.h)
|
||||
add_cd_file(TARGET browseui DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -19,18 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "wine/debug.h"
|
||||
#include "aclmulti.h"
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(browseui);
|
||||
|
||||
|
|
|
@ -21,17 +21,7 @@
|
|||
/*
|
||||
Implements the navigation band of the cabinet window
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "addressband.h"
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
|
|
@ -21,17 +21,7 @@
|
|||
/*
|
||||
This class handles the combo box of the address band.
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "addresseditbox.h"
|
||||
#include "precomp.h"
|
||||
/*
|
||||
TODO:
|
||||
Add auto completion support
|
||||
|
|
|
@ -24,19 +24,7 @@ Used by the address band to dispatch navigation changes to the main browser obje
|
|||
TODO:
|
||||
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <perhist.h>
|
||||
#include <exdisp.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "bandproxy.h"
|
||||
#include "precomp.h"
|
||||
|
||||
CBandProxy::CBandProxy()
|
||||
{
|
||||
|
|
|
@ -19,18 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "wine/debug.h"
|
||||
#include "bandsite.h"
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(browseui);
|
||||
|
||||
|
|
|
@ -19,18 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "bandsitemenu.h"
|
||||
#include "wine/debug.h"
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(browseui);
|
||||
|
||||
|
|
|
@ -21,15 +21,7 @@
|
|||
/*
|
||||
This class knows how to contain base bar site in a cabinet window.
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
Base bar that contains a vertical or horizontal explorer band. It also
|
||||
|
|
|
@ -22,15 +22,7 @@
|
|||
Base bar that contains a vertical or horizontal explorer band. It also
|
||||
provides resizing abilities.
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
|
|
@ -22,19 +22,7 @@
|
|||
Implements the logo band of a cabinet window. Most remarkable feature is the
|
||||
animation.
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "brandband.h"
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
|
|
@ -18,26 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <shlwapi.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include <wine/debug.h>
|
||||
#include "resource.h"
|
||||
#include "aclmulti.h"
|
||||
#include "addressband.h"
|
||||
#include "addresseditbox.h"
|
||||
#include "bandproxy.h"
|
||||
#include "bandsite.h"
|
||||
#include "bandsitemenu.h"
|
||||
#include "brandband.h"
|
||||
#include "internettoolbar.h"
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(browseui);
|
||||
|
||||
|
|
|
@ -45,4 +45,5 @@
|
|||
<file>utility.cpp</file>
|
||||
<file>dllinstall.c</file>
|
||||
<file>browseui.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -18,12 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <shlwapi_undoc.h>
|
||||
#include "precomp.h"
|
||||
|
||||
extern DWORD WINAPI BrowserThreadProc(LPVOID lpThreadParameter);
|
||||
|
||||
|
|
|
@ -18,19 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "commonbrowser.h"
|
||||
#include "precomp.h"
|
||||
|
||||
CCommonBrowser::CCommonBrowser()
|
||||
{
|
||||
|
|
|
@ -18,19 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "globalfoldersettings.h"
|
||||
#include "precomp.h"
|
||||
|
||||
CGlobalFolderSettings::CGlobalFolderSettings()
|
||||
{
|
||||
|
|
|
@ -22,20 +22,7 @@
|
|||
Implements a class that knows how to hold and manage the menu band, brand band,
|
||||
toolbar, and address band for an explorer window
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include <objbase.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "internettoolbar.h"
|
||||
#include "precomp.h"
|
||||
|
||||
// navigation controls and menubar just send a message to parent window
|
||||
/*
|
||||
|
|
32
reactos/dll/win32/browseui/precomp.h
Normal file
32
reactos/dll/win32/browseui/precomp.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include <perhist.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlwapi_undoc.h>
|
||||
#include <objbase.h>
|
||||
#include <htiframe.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "wine/debug.h"
|
||||
#include "aclmulti.h"
|
||||
#include "addressband.h"
|
||||
#include "addresseditbox.h"
|
||||
#include "bandproxy.h"
|
||||
#include "bandsite.h"
|
||||
#include "bandsitemenu.h"
|
||||
#include "brandband.h"
|
||||
#include "internettoolbar.h"
|
||||
#include "commonbrowser.h"
|
||||
#include "globalfoldersettings.h"
|
||||
#include "regtreeoptions.h"
|
||||
#include "newatlinterfaces.h"
|
||||
#include "utility.h"
|
|
@ -18,19 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "resource.h"
|
||||
#include "regtreeoptions.h"
|
||||
#include "precomp.h"
|
||||
|
||||
CRegTreeOptions::CRegTreeOptions()
|
||||
{
|
||||
|
|
|
@ -18,23 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlwapi_undoc.h>
|
||||
#include <htiframe.h>
|
||||
#include <tchar.h>
|
||||
#include <perhist.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include <exdisp.h>
|
||||
#include <exdispid.h>
|
||||
#include "resource.h"
|
||||
#include "newatlinterfaces.h"
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
|
|
@ -21,43 +21,12 @@
|
|||
/*
|
||||
Implements the toolbar band of a cabinet window
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
**Fix GetBandInfo to calculate size correctly
|
||||
*/
|
||||
static const int gBackCommandID = 0xa121;
|
||||
static const int gForwardCommandID = 0xa122;
|
||||
static const int gUpLevelCommandID = 0xa022;
|
||||
static const int gSearchCommandID = 1003;
|
||||
static const int gFoldersCommandID = 1004;
|
||||
static const int gMoveToCommandID = 0x701f;
|
||||
static const int gCopyToCommandID = 0x701e;
|
||||
static const int gDeleteCommandID = 0x7011;
|
||||
static const int gUndoCommandID = 0x701b;
|
||||
static const int gViewsCommandID = 0x7031;
|
||||
static const int gStopCommandID = 1010;
|
||||
static const int gRefreshCommandID = 0xa220;
|
||||
static const int gHomeCommandID = 1012;
|
||||
static const int gMapDriveCommandID = 41089;
|
||||
static const int gDisconnectCommandID = 41090;
|
||||
static const int gFavoritesCommandID = 1015;
|
||||
static const int gHistoryCommandID = 1016;
|
||||
static const int gFullScreenCommandID = 1017;
|
||||
static const int gPropertiesCommandID = 0x7013;
|
||||
static const int gCutCommandID = 0x7018;
|
||||
static const int gCopyCommandID = 0x7019;
|
||||
static const int gPasteCommandID = 0x701a;
|
||||
static const int gFolderOptionsCommandID = 41251;
|
||||
|
||||
class CToolsBand :
|
||||
public CWindowImpl<CToolsBand, CWindow, CControlWinTraits>,
|
||||
|
|
|
@ -40,16 +40,7 @@ TODO:
|
|||
Implement Revert
|
||||
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid.h>
|
||||
#include <shlguid_undoc.h>
|
||||
#include <tchar.h>
|
||||
#include <perhist.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
#include "precomp.h"
|
||||
|
||||
class CTravelEntry :
|
||||
public CComObjectRootEx<CComMultiThreadModelNoCS>,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include "utility.h"
|
||||
#include "precomp.h"
|
||||
|
||||
void *operator new(size_t size)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue