FreeRDP/winpr/include
Martin Haimberger b2398b3a9a wlog: fixed return values
wlog used to return an int but the only meaning
of the return value was:

 * negative ... error
 * 0 or positive ... success

but the positve returned value was 1 or some id of some
subsystem, nothing meaningful for the caller.

For a more meaningful returnvalue we now use BOOL.

If something goes wrong FALSE is returned.
2015-10-21 01:11:06 -07:00
..
winpr wlog: fixed return values 2015-10-21 01:11:06 -07:00
CMakeLists.txt Added version and build info functions 2015-03-30 17:51:29 +02:00