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) --- Library/VeraCryptLib/DcsVeraCrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/VeraCryptLib') diff --git a/Library/VeraCryptLib/DcsVeraCrypt.c b/Library/VeraCryptLib/DcsVeraCrypt.c index 5d9be88..1249718 100644 --- a/Library/VeraCryptLib/DcsVeraCrypt.c +++ b/Library/VeraCryptLib/DcsVeraCrypt.c @@ -186,7 +186,7 @@ VCAuthLoadConfig() ConfigReadString("PartitionGuidOS", "", strTemp, MAX_MSG); if (strTemp[0] != 0) { EFI_GUID g; - if (AsciiStrToGuid(&g, strTemp)) { + if (DcsAsciiStrToGuid(&g, strTemp)) { VCCONFIG_ALLOC(gPartitionGuidOS, sizeof(EFI_GUID)); if (gPartitionGuidOS != NULL) { memcpy(gPartitionGuidOS, &g, sizeof(g)); -- cgit v1.2.3