Zhiyi Zhang : include: Add GUID_DEVINTERFACE_MONITOR.

Alexandre Julliard julliard at winehq.org
Thu Dec 26 15:44:38 CST 2019


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Thu Dec 26 10:46:42 2019 +0800

include: Add GUID_DEVINTERFACE_MONITOR.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ntddvdeo.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/ntddvdeo.h b/include/ntddvdeo.h
index d2c078084a..9523e37f7b 100644
--- a/include/ntddvdeo.h
+++ b/include/ntddvdeo.h
@@ -20,5 +20,6 @@
 #define _NTDDVDEO_
 
 DEFINE_GUID(GUID_DEVINTERFACE_DISPLAY_ADAPTER, 0x5b45201d, 0xf2f2, 0x4f3b, 0x85, 0xbb, 0x30, 0xff, 0x1f, 0x95, 0x35, 0x99);
+DEFINE_GUID(GUID_DEVINTERFACE_MONITOR, 0xe6f07b5f, 0xee97, 0x4a90, 0xb0, 0x76, 0x33, 0xf5, 0x7b, 0xf4, 0xea, 0xa7);
 
 #endif




More information about the wine-cvs mailing list