Index: DuetPkg/DxeIpl/Debug.c
===================================================================
--- DuetPkg/DxeIpl/Debug.c	(revision 16220)
+++ DuetPkg/DxeIpl/Debug.c	(working copy)
@@ -52,6 +52,7 @@
 }
 
 VOID
+EFIAPI
 PrintString (
   IN CONST CHAR8  *FormatString,
   ...
Index: DuetPkg/DxeIpl/Debug.h
===================================================================
--- DuetPkg/DxeIpl/Debug.h	(revision 16220)
+++ DuetPkg/DxeIpl/Debug.h	(working copy)
@@ -27,6 +27,7 @@
   );
 
 VOID
+EFIAPI
 PrintString (
   IN CONST CHAR8  *FormatString,
   ...
Index: DuetPkg/EfiLdr/Debug.c
===================================================================
--- DuetPkg/EfiLdr/Debug.c	(revision 16220)
+++ DuetPkg/EfiLdr/Debug.c	(working copy)
@@ -49,6 +49,7 @@
 }
 
 VOID
+EFIAPI
 PrintString (
   IN CONST CHAR8  *FormatString,
   ...
Index: DuetPkg/EfiLdr/Debug.h
===================================================================
--- DuetPkg/EfiLdr/Debug.h	(revision 16220)
+++ DuetPkg/EfiLdr/Debug.h	(working copy)
@@ -27,6 +27,7 @@
   );
 
 VOID
+EFIAPI
 PrintString (
   IN CONST CHAR8  *FormatString,
   ...
