include: Fix typo in propkeydef.h.

This commit is contained in:
Octavian Voicu 2010-09-03 20:44:28 +03:00 committed by Alexandre Julliard
parent ab683fee33
commit a161d59504
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {