]> code.delx.au - refind/blobdiff - refind/menu.c
Changes to enable rEFInd to build with GCC 5.1. Also some more
[refind] / refind / menu.c
index a137b06148a6b921e22a5f6f1c05c706a9483b1b..63bf9fc6ecc0c9125475ecb5ce6f15e24314bf9a 100644 (file)
@@ -1052,7 +1052,7 @@ static VOID PaintIcon(IN EG_EMBEDDED_IMAGE *BuiltInIcon, IN CHAR16 *ExternalFile
    }
 } // static VOID ()
 
-inline UINTN ComputeRow0PosY(VOID) {
+UINTN ComputeRow0PosY(VOID) {
    return ((UGAHeight / 2) - TileSizes[0] / 2);
 } // UINTN ComputeRow0PosY()