[MSPAINT] s/IsGuidEqual/::IsEqualGUID/

CORE-18867
This commit is contained in:
Katayama Hirofumi MZ 2023-07-06 08:24:46 +09:00
parent 818908d9d3
commit a1f7b3f2dd

View file

@ -94,7 +94,7 @@ public:
// if the file type is null, get the file type from extension // if the file type is null, get the file type from extension
const GUID *FileType = &guidFileType; const GUID *FileType = &guidFileType;
if (IsGuidEqual(guidFileType, GUID_NULL)) if (::IsEqualGUID(guidFileType, GUID_NULL))
{ {
LPCWSTR pszExt = GetFileExtension(pszNameW); LPCWSTR pszExt = GetFileExtension(pszNameW);
FileType = FileTypeFromExtension(pszExt); FileType = FileTypeFromExtension(pszExt);