From: Andrey Gusev Subject: include: Fix uppercase typo in CLSID_WbemLocator. Message-Id: Date: Thu, 4 Aug 2016 17:53:44 +0300 From e42c7c7aa90d02332976a5c4be2207fb34f2a866 Mon Sep 17 00:00:00 2001 Message-Id: From: Andrey Gusev Date: Thu, 4 Aug 2016 17:52:31 +0300 Subject: [PATCH] include: Fix uppercase typo in CLSID_WbemLocator. Signed-off-by: Andrey Gusev --- include/wbemcli.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wbemcli.idl b/include/wbemcli.idl index 7a309e8..92b37c1 100644 --- a/include/wbemcli.idl +++ b/include/wbemcli.idl @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -cpp_quote("DEFINE_GUID(CLSID_WbemLocator, 0x4590f811,0x1d3A,0x11d0,0x89,0x1f,0x00,0xaa,0x00,0x4b,0x2e,0x24);") +cpp_quote("DEFINE_GUID(CLSID_WbemLocator, 0x4590f811,0x1d3a,0x11d0,0x89,0x1f,0x00,0xaa,0x00,0x4b,0x2e,0x24);") cpp_quote("DEFINE_GUID(CLSID_WbemStatusCode, 0xeb87e1bd,0x3233,0x11d2,0xae,0xc9,0x00,0xc0,0x4f,0xb6,0x88,0x20);") import "oaidl.idl"; -- 2.7.4