From a43aa90d5b6e7aeaf51580aa35885739cbc47021 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Sat, 27 Aug 2011 21:28:00 +0100 Subject: [PATCH] include: Fix a typo. --- include/guiddef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/guiddef.h b/include/guiddef.h index ba8e8cf4c2c..b70175e8fbb 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