[PSDK]
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 10 Mar 2010 21:52:00 +0000 (21:52 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 10 Mar 2010 21:52:00 +0000 (21:52 +0000)
add extern GUID_NULL

svn path=/trunk/; revision=46076

reactos/include/psdk/guiddef.h

index b02e57e..e96e9e9 100644 (file)
@@ -140,4 +140,6 @@ inline bool operator!=(const GUID& guidOne, const GUID& guidOther)
 #endif
 #endif
 
+extern const IID GUID_NULL;
+
 #endif /* _GUIDDEF_H_ */