diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 16:50:52 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 16:50:52 +0200 |
| commit | 34bb37c9a464ab0dfccfa5ff217a283e36b32693 (patch) | |
| tree | e1d6c5c81d840f5747942e20fe6dd2e0015ec536 /Boot/BootKit | |
| parent | 1b92501a27f8781945bc6b19bb43e22588d4c933 (diff) | |
[IMP] [MHR-39] Ticket has been implemented.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/BootKit')
| -rw-r--r-- | Boot/BootKit/Support.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Boot/BootKit/Support.hxx b/Boot/BootKit/Support.hxx index a12148a1..4acffb75 100644 --- a/Boot/BootKit/Support.hxx +++ b/Boot/BootKit/Support.hxx @@ -16,6 +16,7 @@ #define MoveMem(dst, src, sz) memcpy(dst, src, sz) #define CopyMem(dst, src, sz) memcpy(dst, src, sz) #define StrLen(src) strlen(src) +#define StrCmp(dst, src) strcmp(dst, src) inline int IsSpace(int c) { |
