FreeRDP/winpr
Simon Tatham 818480be91 winpr/utils: allow COMMAND_LINE_VALUE_{OPTIONAL,BOOL} to coexist.
Now you can give an option the combination of flags
COMMAND_LINE_VALUE_OPTIONAL and COMMAND_LINE_VALUE_BOOL. If you do,
then all three of the syntaxes +foo, -foo and /foo:value are allowed
at once, and the receiving code can tell the difference because the
Value field is set to BoolValueTrue, BoolValueFalse or a valid char
pointer.

(cherry picked from commit 22c6b375d4)
2021-02-25 09:51:41 +01:00
..
include Added backward compatibility define 2021-02-25 09:51:41 +01:00
libwinpr winpr/utils: allow COMMAND_LINE_VALUE_{OPTIONAL,BOOL} to coexist. 2021-02-25 09:51:41 +01:00
test Reformatted to new style 2019-11-07 10:53:54 +01:00
tools Fixed typos (Otherweise) 2020-05-18 17:03:28 +02:00
.gitignore Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
CMakeLists.txt Updated version information for 2.2.0 release 2020-07-07 10:56:21 +02:00
winpr.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
WinPRConfig.cmake.in build: remove FREERDP_MONOLITHIC_BUILD 2016-01-12 17:32:32 +01:00
wlog.7 Fix issues in wlog man page 2016-12-01 15:36:31 +01:00