From fe26ed8a5d224b133c48e2846b851d585460ad30 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 19 Jul 2017 11:25:25 +0200 Subject: Windows: in case of mounting system favorites, call driver to get list of drives instead of using SetupAPI in order to fix some rare issues where some disks were not detected at boot. --- src/Common/Dlgcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Dlgcode.h') diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 47ab035d..d2db4ba4 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -626,7 +626,7 @@ inline std::wstring AppendSrcPos (const wchar_t* msg, const char* srcPos) { return std::wstring (msg? msg : L"") + L"\n\nSource: " + SingleStringToWide (srcPos); } -void UpdateMountableHostDeviceList (); +void UpdateMountableHostDeviceList (bool bFromService); INT_PTR TextEditDialogBox (BOOL readOnly, HWND parent, const WCHAR* Title, std::string& text); // Display a wait dialog while calling the provided callback with the given parameter -- cgit v1.2.3