Nikolay Sivov : include: Add document target ids.

Alexandre Julliard julliard at winehq.org
Fri Dec 10 15:07:50 CST 2021


Module: wine
Branch: master
Commit: d3f57fab59614c78ebf63901767990ca98c5ad3e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d3f57fab59614c78ebf63901767990ca98c5ad3e

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Dec 10 09:08:04 2021 +0300

include: Add document target ids.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/documenttarget.idl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/documenttarget.idl b/include/documenttarget.idl
index 17c7cefe5b5..a1cbbd939f4 100644
--- a/include/documenttarget.idl
+++ b/include/documenttarget.idl
@@ -111,3 +111,7 @@ coclass PrintDocumentPackageTargetFactory
 }
 
 } /* library */
+
+cpp_quote("DEFINE_GUID(ID_DOCUMENTPACKAGETARGET_MSXPS, 0x9cae40a8, 0xded1, 0x41c9, 0xa9, 0xfd, 0xd7, 0x35, 0xef, 0x33, 0xae, 0xda);")
+cpp_quote("DEFINE_GUID(ID_DOCUMENTPACKAGETARGET_OPENXPS, 0x0056bb72, 0x8c9c, 0x4612, 0xbd, 0x0f, 0x93, 0x01, 0x2a, 0x87, 0x09, 0x9d);")
+cpp_quote("DEFINE_GUID(ID_DOCUMENTPACKAGETARGET_OPENXPS_WITH_3D, 0x63dbd720, 0x8b14, 0x4577, 0xb0, 0x74, 0x7b, 0xb1, 0x1b, 0x59, 0x6d, 0x28);")




More information about the wine-cvs mailing list