https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a1f7b3f2dddd5249029b5…
commit a1f7b3f2dddd5249029b5e3f8a1b4c0cba37f0d5
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Thu Jul 6 08:24:46 2023 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Thu Jul 6 08:24:46 2023 +0900
[MSPAINT] s/IsGuidEqual/::IsEqualGUID/
CORE-18867
---
base/applications/mspaint/atlimagedx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/mspaint/atlimagedx.h
b/base/applications/mspaint/atlimagedx.h
index 0d56b187029..735d4716dc7 100644
--- a/base/applications/mspaint/atlimagedx.h
+++ b/base/applications/mspaint/atlimagedx.h
@@ -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);