From 435c66e67b5310c4af268d08b2573eefa04197ef Mon Sep 17 00:00:00 2001
From: martell <martellmalone@gmail.com>
Date: Thu, 5 Feb 2015 02:48:43 +0000
Subject: [PATCH] added new file functiondiscoverykeys_devpkey.h and keys

---
 .../include/functiondiscoverykeys_devpkey.h        | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 mingw-w64-headers/include/functiondiscoverykeys_devpkey.h

diff --git a/mingw-w64-headers/include/functiondiscoverykeys_devpkey.h b/mingw-w64-headers/include/functiondiscoverykeys_devpkey.h
new file mode 100644
index 0000000..2ff2e3b
--- /dev/null
+++ b/mingw-w64-headers/include/functiondiscoverykeys_devpkey.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2015 Martell Malone
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#ifndef _INC_FUNCTIONDISCOVERYKEYS
+#define _INC_FUNCTIONDISCOVERYKEYS
+
+#include <propkeydef.h>
+
+DEFINE_PROPERTYKEY(PKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0, 14);
+
+#endif /* _INC_FUNCTIONDISCOVERYKEYS */
-- 
2.2.2

