mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
fixed typo. DevInstallW with SW_HIDE should work now
svn path=/trunk/; revision=19116
This commit is contained in:
parent
545848ca1c
commit
7d1c007799
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ DevInstallW(
|
|||
|
||||
DPRINT("Installing %S (%S)\n", DevInstData.buffer, InstanceId);
|
||||
|
||||
if ((Show =! SW_HIDE) && (!FindDriver(&DevInstData)))
|
||||
if ((Show != SW_HIDE) && (!FindDriver(&DevInstData)))
|
||||
{
|
||||
|
||||
/* Create the Welcome page */
|
||||
|
|
Loading…
Reference in a new issue