From 4519bb494e7c88890aa0022d4aaabffb0b6d8faf Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 16 Apr 2018 23:48:54 +0200 Subject: Windows: implement compatibility for Windows 10 major updates using ReflectDrivers mechanism whose support started from Windows 10 version 1607. --- src/Common/BaseCom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/BaseCom.h') diff --git a/src/Common/BaseCom.h b/src/Common/BaseCom.h index e91f75af..eb89dd8e 100644 --- a/src/Common/BaseCom.h +++ b/src/Common/BaseCom.h @@ -117,6 +117,7 @@ public: static DWORD RestoreEfiSystemLoader (); static DWORD GetEfiBootDeviceNumber (BSTR* pSdn); static DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg); + static DWORD UpdateSetupConfigFile (BOOL bForInstall); }; -- cgit v1.2.3