// This is a hack to replace EFI_GUID by the C++ improved version (they are 100% binary compatible).
// Any reference to CLOVER or Unit tests should not be here, of course.
// Problem is that EFI_GUID ++ version refers to XString and XString is defined inside Clover instead of being of module.
// Because the module CppMemLib is not in Clover anymore (that's because of Visual Studio!) and has no access to XString, I have to not include Guid++.h for CppMemLib