Andrew Talbot : include: Fix a typo.
29 Aug
2011
29 Aug
'11
4:28 p.m.
Module: wine Branch: master Commit: a43aa90d5b6e7aeaf51580aa35885739cbc47021 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a43aa90d5b6e7aeaf51580aa35... Author: Andrew Talbot <andrew.talbot(a)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
5224
Age (days ago)
5224
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard