From f0a96d12a1fa81f97700e5a413f1099ef484903b Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 10 Mar 2010 21:52:00 +0000 Subject: [PATCH] [PSDK] add extern GUID_NULL svn path=/trunk/; revision=46076 --- reactos/include/psdk/guiddef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/psdk/guiddef.h b/reactos/include/psdk/guiddef.h index b02e57e4972..e96e9e9f566 100644 --- a/reactos/include/psdk/guiddef.h +++ b/reactos/include/psdk/guiddef.h @@ -140,4 +140,6 @@ inline bool operator!=(const GUID& guidOne, const GUID& guidOther) #endif #endif +extern const IID GUID_NULL; + #endif /* _GUIDDEF_H_ */ -- 2.17.1