[ros-diffs] [hpoussin] 20193: Merge from trunk:

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Thu Dec 15 19:22:52 CET 2005


Merge from trunk:
Add message box to tell the user to reboot after the installation of a
network card
Modified: branches/ros-branch-0_2_9/reactos/lib/netcfgx/netcfgx.c
  _____  

Modified: branches/ros-branch-0_2_9/reactos/lib/netcfgx/netcfgx.c
--- branches/ros-branch-0_2_9/reactos/lib/netcfgx/netcfgx.c
2005-12-15 18:20:21 UTC (rev 20192)
+++ branches/ros-branch-0_2_9/reactos/lib/netcfgx/netcfgx.c
2005-12-15 18:22:34 UTC (rev 20193)
@@ -346,6 +346,11 @@

 		goto cleanup;
 	}
 
+	/* HACK: hpoussin, Dec 2005. TCP/IP driver is not able to manage
devices
+	 * which are installed after its startup. So, we have to reboot
to take
+	 * this new netcard into account.
+	 */
+	MessageBox(NULL, TEXT("You need to reboot to finish the
installation of your network card."), TEXT("Reboot required"), MB_OK |
MB_ICONWARNING);
 	rc = ERROR_SUCCESS;
 
 cleanup:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051215/9b85dea5/attachment.html


More information about the Ros-diffs mailing list