winsplp.h: Fix MONITORINIT definition.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2019-09-09 14:57:52 +08:00 committed by Alexandre Julliard
parent 01d6835835
commit a471c42b8f

View file

@ -155,6 +155,7 @@ typedef struct _MONITORINIT {
HANDLE hckRegistryRoot;
PMONITORREG pMonitorReg;
BOOL bLocal;
LPCWSTR pszServerName;
} MONITORINIT, *PMONITORINIT;
typedef struct _MONITORUI {