[PATCH 4/6] winsplp.h: Fix MONITORINIT definition.

Dmitry Timoshkov dmitry at baikal.ru
Mon Sep 9 01:57:52 CDT 2019


Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 include/ddk/winsplp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/ddk/winsplp.h b/include/ddk/winsplp.h
index 3776ba685f..162f6738bb 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 {
-- 
2.20.1




More information about the wine-devel mailing list