From a0a048928cdc55bfc8fb1830c2f282b3de752d41 Mon Sep 17 00:00:00 2001 From: manison Date: Mon, 21 Jan 2019 18:32:27 +0100 Subject: Rename functions conflicting with upstream edk (#10) --- DcsInt/DcsInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DcsInt') diff --git a/DcsInt/DcsInt.c b/DcsInt/DcsInt.c index f7c3965..0cc4c4e 100644 --- a/DcsInt/DcsInt.c +++ b/DcsInt/DcsInt.c @@ -869,7 +869,7 @@ OnExit( if (action == NULL) return retValue; if (OnExitGetParam(action, "guid", &guidStr, NULL)) { EFI_GUID tmp; - if (AsciiStrToGuid(&tmp, guidStr)) { + if (DcsAsciiStrToGuid(&tmp, guidStr)) { guid = MEM_ALLOC(sizeof(EFI_GUID)); CopyMem(guid, &tmp, sizeof(EFI_GUID)); } -- cgit v1.2.3