Andrew Talbot : include: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Aug 29 11:28:32 CDT 2011


Module: wine
Branch: master
Commit: a43aa90d5b6e7aeaf51580aa35885739cbc47021
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a43aa90d5b6e7aeaf51580aa35885739cbc47021

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Aug 27 21:28:00 2011 +0100

include: Fix a typo.

---

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

diff --git a/include/guiddef.h b/include/guiddef.h
index ba8e8cf..b70175e 100644
--- a/include/guiddef.h
+++ b/include/guiddef.h
@@ -83,7 +83,7 @@ extern "C++" {
 #define _GUIDDEF_H_
 
 #ifndef __LPGUID_DEFINED__
-#define __LPGUID_DEFINED___
+#define __LPGUID_DEFINED__
 typedef GUID *LPGUID;
 #endif
 




More information about the wine-cvs mailing list