[PATCH 1/2] include: Fix typo in propkeydef.h.

Octavian Voicu octavian.voicu at gmail.com
Fri Sep 3 12:44:28 CDT 2010


---
 include/propkeydef.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/propkeydef.h b/include/propkeydef.h
index b3a2559..2a796ea 100644
--- a/include/propkeydef.h
+++ b/include/propkeydef.h
@@ -60,7 +60,7 @@
 #ifdef __cplusplus
 inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
 {
-    return IsEqualPropertyKey(guidOne, guidTwo);
+    return IsEqualPropertyKey(guidOne, guidOther);
 }
 inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
 {
-- 
1.7.0.4




More information about the wine-patches mailing list