mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +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
|
||||
|
|
|
@ -142,6 +142,7 @@ struct ShellBrowser : public IShellBrowserImpl
|
|||
|
||||
protected:
|
||||
HWND _hwnd;
|
||||
HWND _hwndFrame;
|
||||
HWND _left_hwnd;
|
||||
WindowHandle& _right_hwnd;
|
||||
ShellPathInfo& _create_info;
|
||||
|
@ -149,7 +150,6 @@ protected:
|
|||
HIMAGELIST _himl_old;
|
||||
BrowserCallback* _callback;
|
||||
|
||||
HWND _hwndFrame;
|
||||
ShellFolder _folder;
|
||||
|
||||
IShellView* _pShellView; // current hosted shellview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue