]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/uuid.cpp
Fixed some warnings
[wxWidgets.git] / src / msw / ole / uuid.cpp
index d4079803b4708122a2d2ce48ae671daa179bbf75..2153a25391f5135fba51b19a1fa2a807134afcd7 100644 (file)
@@ -86,7 +86,7 @@ bool Uuid::operator==(const Uuid& uuid) const
 {
     // IsEqualGUID() returns BOOL and not bool so use an explicit comparison to
     // avoid MSVC warnings about int->bool conversion
-    return IsEqualGUID(m_uuid, uuid.m_uuid) == TRUE;
+    return IsEqualGUID(m_uuid, uuid.m_uuid) != 0;
 }
 
 // dtor