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: