mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated stdole32.idl-Typelib patchset
This commit is contained in:
parent
3459356aa2
commit
0364bdc886
@ -1,7 +1,7 @@
|
||||
From 2db7b6af860b34134a0a1177fd5628f8cc6506cc Mon Sep 17 00:00:00 2001
|
||||
From 3566de68d0132c8c1df9dd0d2c820671b7605501 Mon Sep 17 00:00:00 2001
|
||||
From: Dmitry Timoshkov <dmitry@baikal.ru>
|
||||
Date: Fri, 22 Jan 2016 17:40:43 +0800
|
||||
Subject: include: Make stdole32.idl a public component.
|
||||
Subject: [PATCH] include: Make stdole32.idl a public component.
|
||||
|
||||
This makes it possible to import stdole32.tlb from other .idl files.
|
||||
---
|
||||
@ -139,17 +139,17 @@ index 359a810..de053e9 100644
|
||||
-};
|
||||
+#include "stdole32.idl"
|
||||
diff --git a/include/Makefile.in b/include/Makefile.in
|
||||
index 129ff6d..c15544a 100644
|
||||
index 265f368..b2f30ad 100644
|
||||
--- a/include/Makefile.in
|
||||
+++ b/include/Makefile.in
|
||||
@@ -140,6 +140,7 @@ IDL_SRCS = \
|
||||
shtypes.idl \
|
||||
srcrst.idl \
|
||||
@@ -595,6 +595,7 @@ SOURCES = \
|
||||
srrestoreptapi.h \
|
||||
sspi.h \
|
||||
stdole2.idl \
|
||||
+ stdole32.idl \
|
||||
strmif.idl \
|
||||
structuredquerycondition.idl \
|
||||
taskschd.idl \
|
||||
stgprop.h \
|
||||
sti.h \
|
||||
storage.h \
|
||||
diff --git a/include/stdole32.idl b/include/stdole32.idl
|
||||
new file mode 100644
|
||||
index 0000000..107cee8
|
||||
@ -300,5 +300,5 @@ index 0000000..107cee8
|
||||
+ }
|
||||
+};
|
||||
--
|
||||
2.6.4
|
||||
1.9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user