Skip to content

Replace win64 with efiapi

Tim Crawford requested to merge tcrawford/uefi:efiapi into master

Ensure the correct calling convention is used on all targets.

Done with:

grep -rl '"win64"' | xargs sed -i 's/"win64"/"efiapi"/g'

Merge request reports