X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2FBrotliDecompressLibInternal.h;h=0aca7636aa8933ebb49799c3d49c4c15d69da31a;hp=c2d84a80af7d27410bc6353ad97859d8fd41d71e;hb=792ace0ac391c37c1299322340abdf74e2603795;hpb=89b1612fcf76b8b30d4770c982bcb9dd6ca47cf5 diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h index c2d84a80af..0aca7636aa 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h @@ -3,7 +3,7 @@ Allows BROTLI code to build under UEFI (edk2) build environment - Copyright (c) 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -41,12 +41,12 @@ typedef struct #define memset(dest,ch,count) SetMem(dest,(UINTN)(count),(UINT8)(ch)) VOID * -malloc ( +BrDummyMalloc ( IN size_t Size ); VOID -free ( +BrDummyFree ( IN VOID * Ptr );