add extern GUID_NULL

svn path=/trunk/; revision=46076
This commit is contained in:
Christoph von Wittich 2010-03-10 21:52:00 +00:00
parent cd65ed5bdb
commit f0a96d12a1

View file

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