[ros-diffs] [mf] 20517: eliminate GCC warning about initialization order

mf at svn.reactos.org mf at svn.reactos.org
Sun Jan 1 16:45:04 CET 2006


eliminate GCC warning about initialization order
Modified: trunk/reactos/subsys/system/explorer/explorer.dsp
Modified: trunk/reactos/subsys/system/explorer/shell/shellbrowser.h
  _____  

Modified: trunk/reactos/subsys/system/explorer/explorer.dsp
--- trunk/reactos/subsys/system/explorer/explorer.dsp	2006-01-01
15:32:40 UTC (rev 20516)
+++ trunk/reactos/subsys/system/explorer/explorer.dsp	2006-01-01
15:44:46 UTC (rev 20517)
@@ -407,6 +407,11 @@

 # 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 @@
 # 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
  _____  

Modified: trunk/reactos/subsys/system/explorer/shell/shellbrowser.h
--- trunk/reactos/subsys/system/explorer/shell/shellbrowser.h
2006-01-01 15:32:40 UTC (rev 20516)
+++ trunk/reactos/subsys/system/explorer/shell/shellbrowser.h
2006-01-01 15:44:46 UTC (rev 20517)
@@ -141,23 +141,23 @@

 	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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060101/f6b8e0cd/attachment.html


More information about the Ros-diffs mailing list