-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootconfig: fix BCDStore SetBooleanElement order
SetBooleanElement seems to not respect the method contract defined in the document: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/bcd/setbooleanelement-bcdobject#syntax Instead the method contract has the two parameters in the inverse order: ``` boolean SetBooleanElement( [in] boolean Boolean, [in] uint32 Type ); ``` Change-Id: I8938cd0333b21a89971de88da47559fa929162dc Signed-off-by: Adrian Vladu <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters