Module: wine Branch: master Commit: a43aa90d5b6e7aeaf51580aa35885739cbc47021 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a43aa90d5b6e7aeaf51580aa35...
Author: Andrew Talbot andrew.talbot@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