Commit a161d595 authored by Octavian Voicu's avatar Octavian Voicu Committed by Alexandre Julliard

include: Fix typo in propkeydef.h.

parent ab683fee
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
#ifdef __cplusplus #ifdef __cplusplus
inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther) inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
{ {
return IsEqualPropertyKey(guidOne, guidTwo); return IsEqualPropertyKey(guidOne, guidOther);
} }
inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther) inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment