Skip to content

Commit 2454a18

Browse files
committed
whitespace after \ causes visual studio to not parse as a line continuation
Make the file work better in visual studio
1 parent 39706fc commit 2454a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/win32/win32compat/deskright.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define ADD_RIGHT 1
4141
#define REMOVE_RIGHT 0
4242

43-
#define WINSTA_ALL (WINSTA_ACCESSCLIPBOARD | WINSTA_ACCESSGLOBALATOMS | \
43+
#define WINSTA_ALL (WINSTA_ACCESSCLIPBOARD | WINSTA_ACCESSGLOBALATOMS | \
4444
WINSTA_CREATEDESKTOP | WINSTA_ENUMDESKTOPS | \
4545
WINSTA_ENUMERATE | WINSTA_EXITWINDOWS | \
4646
WINSTA_READATTRIBUTES | WINSTA_READSCREEN | \

0 commit comments

Comments
 (0)