mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fixed typo. DevInstallW with SW_HIDE should work now
svn path=/trunk/; revision=19116
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user