mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 21:45:09 +02:00
whitespace after \ causes visual studio to not parse as a line continuation
Make the file work better in visual studio
This commit is contained in:
parent
39706fca9c
commit
2454a18404
@ -40,7 +40,7 @@
|
||||
#define ADD_RIGHT 1
|
||||
#define REMOVE_RIGHT 0
|
||||
|
||||
#define WINSTA_ALL (WINSTA_ACCESSCLIPBOARD | WINSTA_ACCESSGLOBALATOMS | \
|
||||
#define WINSTA_ALL (WINSTA_ACCESSCLIPBOARD | WINSTA_ACCESSGLOBALATOMS | \
|
||||
WINSTA_CREATEDESKTOP | WINSTA_ENUMDESKTOPS | \
|
||||
WINSTA_ENUMERATE | WINSTA_EXITWINDOWS | \
|
||||
WINSTA_READATTRIBUTES | WINSTA_READSCREEN | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user