mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
eliminate GCC warning about initialization order
svn path=/trunk/; revision=20517
This commit is contained in:
parent
e9f95694e0
commit
876eaec62a
2 changed files with 21 additions and 12 deletions
|
@ -407,6 +407,11 @@ SOURCE=".\explorer-jp.rc"
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=".\explorer-pl.rc"
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=".\explorer-pt.rc"
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
|
@ -523,6 +528,10 @@ SOURCE=.\res\mdi.bmp
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\res\minimize.ico
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\res\network.ico
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -141,23 +141,23 @@ struct ShellBrowser : public IShellBrowserImpl
|
|||
void invalidate_cache();
|
||||
|
||||
protected:
|
||||
HWND _hwnd;
|
||||
HWND _left_hwnd;
|
||||
WindowHandle& _right_hwnd;
|
||||
ShellPathInfo& _create_info;
|
||||
HIMAGELIST _himl;
|
||||
HIMAGELIST _himl_old;
|
||||
HWND _hwnd;
|
||||
HWND _hwndFrame;
|
||||
HWND _left_hwnd;
|
||||
WindowHandle& _right_hwnd;
|
||||
ShellPathInfo& _create_info;
|
||||
HIMAGELIST _himl;
|
||||
HIMAGELIST _himl_old;
|
||||
BrowserCallback* _callback;
|
||||
|
||||
HWND _hwndFrame;
|
||||
ShellFolder _folder;
|
||||
ShellFolder _folder;
|
||||
|
||||
IShellView* _pShellView; // current hosted shellview
|
||||
TreeDropTarget* _pDropTarget;
|
||||
IShellView* _pShellView; // current hosted shellview
|
||||
TreeDropTarget* _pDropTarget;
|
||||
|
||||
HTREEITEM _last_sel;
|
||||
HTREEITEM _last_sel;
|
||||
|
||||
Root _root;
|
||||
Root _root;
|
||||
ShellDirectory* _cur_dir;
|
||||
|
||||
CtxMenuInterfaces& _cm_ifs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue