include: Fix a typo.

This commit is contained in:
Andrew Talbot 2011-08-27 21:28:00 +01:00 committed by Alexandre Julliard
parent 60e7523353
commit a43aa90d5b

View file

@ -83,7 +83,7 @@ extern "C++" {
#define _GUIDDEF_H_
#ifndef __LPGUID_DEFINED__
#define __LPGUID_DEFINED___
#define __LPGUID_DEFINED__
typedef GUID *LPGUID;
#endif