mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[MSPAINT] s/IsGuidEqual/::IsEqualGUID/
CORE-18867
This commit is contained in:
parent
818908d9d3
commit
a1f7b3f2dd
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
|
||||
// if the file type is null, get the file type from extension
|
||||
const GUID *FileType = &guidFileType;
|
||||
if (IsGuidEqual(guidFileType, GUID_NULL))
|
||||
if (::IsEqualGUID(guidFileType, GUID_NULL))
|
||||
{
|
||||
LPCWSTR pszExt = GetFileExtension(pszNameW);
|
||||
FileType = FileTypeFromExtension(pszExt);
|
||||
|
|
Loading…
Reference in a new issue