Dmitry Timoshkov : winsplp.h: Fix MONITORINIT definition.

Alexandre Julliard julliard at winehq.org
Mon Sep 9 16:13:38 CDT 2019


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

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Mon Sep  9 14:57:52 2019 +0800

winsplp.h: Fix MONITORINIT definition.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/include/ddk/winsplp.h b/include/ddk/winsplp.h
index 3776ba6..162f673 100644
--- a/include/ddk/winsplp.h
+++ b/include/ddk/winsplp.h
@@ -155,6 +155,7 @@ typedef struct _MONITORINIT {
  HANDLE      hckRegistryRoot;
  PMONITORREG pMonitorReg;
  BOOL        bLocal;
+ LPCWSTR     pszServerName;
 } MONITORINIT, *PMONITORINIT;
 
 typedef struct _MONITORUI {




More information about the wine-cvs mailing list