From b1b97e39ad1e8fabf42a14d5b268844f10115993 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Sep 2008 15:24:32 +0200 Subject: Add wikipedia link to WMI. --- source4/librpc/idl/wmi.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source4/librpc/idl/wmi.idl b/source4/librpc/idl/wmi.idl index c4a8ff706a..11f6b1beaf 100644 --- a/source4/librpc/idl/wmi.idl +++ b/source4/librpc/idl/wmi.idl @@ -1,3 +1,7 @@ +/* + * WMI IDL. + * See http://en.wikipedia.org/wiki/Windows_Management_Instrumentation for more information. + */ #include "idl_types.h" import "dcom.idl"; -- cgit