VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authormanison <manison@users.noreply.github.com>2019-01-21 18:32:27 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-01-21 18:32:27 +0100
commita0a048928cdc55bfc8fb1830c2f282b3de752d41 (patch)
treee00d517c337e588ad61f444b35c97ae575895c81 /Include
parentce24edac4f9a132138817060b3a8f2a492ade2e4 (diff)
downloadVeraCrypt-DCS-a0a048928cdc55bfc8fb1830c2f282b3de752d41.tar.gz
VeraCrypt-DCS-a0a048928cdc55bfc8fb1830c2f282b3de752d41.zip
Rename functions conflicting with upstream edk (#10)
Diffstat (limited to 'Include')
-rw-r--r--Include/Library/CommonLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h
index 9a15afd..17b0c72 100644
--- a/Include/Library/CommonLib.h
+++ b/Include/Library/CommonLib.h
@@ -412,7 +412,7 @@ AsciiHexToByte(
);
BOOLEAN
-AsciiStrToGuid(
+DcsAsciiStrToGuid(
OUT EFI_GUID *guid,
IN CHAR8 *str
);
@@ -425,7 +425,7 @@ AsciiHexToBytes(
);
BOOLEAN
-StrHexToBytes(
+DcsStrHexToBytes(
OUT UINT8 *b,
IN UINTN *bytesLen,
IN CHAR16 *str