Skip to content

Commit

Permalink
OvmfPkg: Fix Windows compiler issues in virtio keyboard driver
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoniu committed Dec 29, 2024
1 parent 4ac96f9 commit 0de193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OvmfPkg/VirtioKeyboardDxe/VirtioKeyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ VirtioKeyboardInit (
// };
Dev->Txt.Reset = (EFI_INPUT_RESET)VirtioKeyboardSimpleTextInputReset;
Dev->Txt.ReadKeyStroke = VirtioKeyboardSimpleTextInputReadKeyStroke;
Dev->Txt.WaitForKey = VirtioKeyboardWaitForKey;
Dev->Txt.WaitForKey = (EFI_EVENT)VirtioKeyboardWaitForKey;

// struct _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL {
// EFI_INPUT_RESET_EX Reset;
Expand Down

0 comments on commit 0de193f

Please sign in to comment.