summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h')
-rw-r--r--MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h b/MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h
index e1315b6ec3..b1941bd403 100644
--- a/MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h
+++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h
@@ -15,23 +15,22 @@
#include <Library/BaseMemoryLib.h>
#ifdef _WIN32
-#undef _WIN32
+ #undef _WIN32
#endif
typedef UINTN size_t;
#ifdef _WIN64
-#undef _WIN64
+ #undef _WIN64
#endif
#ifndef _PTRDIFF_T_DEFINED
typedef int ptrdiff_t;
#endif
-#define memcpy CopyMem
-#define memmove CopyMem
+#define memcpy CopyMem
+#define memmove CopyMem
#define _LZMA_SIZE_OPT
#endif // __UEFILZMA_H__
-