Add message box to tell the user to reboot after the installation of a
network card
Modified: trunk/reactos/lib/netcfgx/netcfgx.c
_____
Modified: trunk/reactos/lib/netcfgx/netcfgx.c
--- trunk/reactos/lib/netcfgx/netcfgx.c 2005-12-15 17:40:50 UTC (rev
20191)
+++ trunk/reactos/lib/netcfgx/netcfgx.c 2005-12-15 18:20:21 UTC (rev
20192)
@@ -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: