---
 mingw-w64-headers/Makefile.am                       |  1 +
 mingw-w64-headers/include/uiviewsettingsinterop.idl | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 mingw-w64-headers/include/uiviewsettingsinterop.idl


diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index 2e66933..f2981de 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -146,6 +146,7 @@ IDL_SRCS = \
   include/textstor.idl \
   include/uiautomationclient.idl \
   include/uiautomationcore.idl \
+  include/uiviewsettingsinterop.idl \
   include/unknwn.idl \
   include/unknwnbase.idl \
   include/urlmon.idl \
diff --git a/mingw-w64-headers/include/uiviewsettingsinterop.idl b/mingw-w64-headers/include/uiviewsettingsinterop.idl
new file mode 100644
index 0000000..38a8463
--- /dev/null
+++ b/mingw-w64-headers/include/uiviewsettingsinterop.idl
@@ -0,0 +1,15 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
+ */
+
+import "inspectable.idl";
+
+[
+    uuid(3694dbf9-8f68-44be-8ff5-195c98ede8a6),
+]
+interface IUIViewSettingsInterop : IInspectable
+{
+    HRESULT GetForWindow([in] HWND hwnd, [in] REFIID riid, [out, retval, iid_is(riid)] void **ppv);
+}

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to