Module: wine Branch: master Commit: 721e73543e31cb62e6b9f8e374425a9eacddc6a3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=721e73543e31cb62e6b9f8e374...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 8 09:51:31 2011 +0100
setupapi: Add a trace for the install mode value.
---
dlls/setupapi/install.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/setupapi/install.c b/dlls/setupapi/install.c index 6ecc288..e73b769 100644 --- a/dlls/setupapi/install.c +++ b/dlls/setupapi/install.c @@ -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 ); }