fixed typo. DevInstallW with SW_HIDE should work now

svn path=/trunk/; revision=19116
This commit is contained in:
Christoph von Wittich 2005-11-10 11:45:50 +00:00
parent 545848ca1c
commit 7d1c007799

View file

@ -871,7 +871,7 @@ DevInstallW(
DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId); DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId);
if ((Show =! SW_HIDE) && (!FindDriver(&DevInstData))) if ((Show != SW_HIDE) && (!FindDriver(&DevInstData)))
{ {
/* Create the Welcome page */ /* Create the Welcome page */