https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b483be4af27c43f76da3c087a2e2ce9746e34012
commit b483be4af27c43f76da3c087a2e2ce9746e34012 Author: Hervé Poussineau <[email protected]> AuthorDate: Tue Dec 1 18:45:41 2020 +0100 Commit: Hervé Poussineau <[email protected]> CommitDate: Tue Dec 1 18:51:42 2020 +0100 [UMPNPMGR] Remove invalid prototype of inline function This fixes eede1b9b7a258a9094cafef5615b9ed8c3877081. --- base/services/umpnpmgr/precomp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base/services/umpnpmgr/precomp.h b/base/services/umpnpmgr/precomp.h index d24a760884a..82035203441 100644 --- a/base/services/umpnpmgr/precomp.h +++ b/base/services/umpnpmgr/precomp.h @@ -53,10 +53,6 @@ extern HANDLE hDeviceInstallListNotEmpty; BOOL SetupIsActive(VOID); -FORCEINLINE -BOOL -IsUISuppressionAllowed(VOID); - DWORD WINAPI DeviceInstallThread(
