Commit 721e7354 authored by Alexandre Julliard's avatar Alexandre Julliard

setupapi: Add a trace for the install mode value.

parent f840c767
......@@ -1248,6 +1248,7 @@ void WINAPI InstallHinfSectionW( HWND hwnd, HINSTANCE handle, LPCWSTR cmdline, I
/* FIXME: should check the mode and maybe reboot */
/* there isn't much point in doing that since we */
/* don't yet handle deferred file copies anyway. */
if (mode & 7) TRACE( "should consider reboot, mode %u\n", mode );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment