setupapi: Add a trace for the install mode value.

oldstable
Alexandre Julliard 2011-11-08 09:51:31 +01:00
parent f840c76724
commit 721e73543e
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}