platform/upstream/freerdp.git
9 years agoMerge pull request #2194 from hopToDev/master
Marc-André Moreau [Tue, 11 Nov 2014 14:43:38 +0000 (09:43 -0500)]
Merge pull request #2194 from hopToDev/master

Added SIGPIPE handling for iOS.

9 years agoMerge pull request #2197 from bmiklautz/issue/2181
Marc-André Moreau [Tue, 11 Nov 2014 14:43:17 +0000 (09:43 -0500)]
Merge pull request #2197 from bmiklautz/issue/2181

Don't include CMakeDetermineSystem

9 years agoMerge pull request #2195 from Vinche59/master
Marc-André Moreau [Tue, 11 Nov 2014 14:29:45 +0000 (09:29 -0500)]
Merge pull request #2195 from Vinche59/master

Implementation of SCARD_IOCTL_LOCATECARDSBYATRA & Modification to make Smartcard reader with PinPad work

9 years agoDon't include CMakeDetermineSystem
Bernhard Miklautz [Tue, 11 Nov 2014 13:40:31 +0000 (14:40 +0100)]
Don't include CMakeDetermineSystem

According to [1] this is an cmake "internal" module and shouldn't be
included directly.

[1]  http://public.kitware.com/Bug/view.php?id=13796#c31892

9 years agoMerge pull request #1964 from akallabeth/thread-wait-support
Martin Fleisz [Tue, 11 Nov 2014 09:50:55 +0000 (10:50 +0100)]
Merge pull request #1964 from akallabeth/thread-wait-support

Implemented thread handling for WaitForMultipleObjects.

9 years agoMerge pull request #2189 from llyzs/llyzs
Martin Fleisz [Tue, 11 Nov 2014 07:42:48 +0000 (08:42 +0100)]
Merge pull request #2189 from llyzs/llyzs

Support Continuous Auto-Detection.

9 years agolibfreerdp-core: auto-detect defines.
Vic Lee [Tue, 11 Nov 2014 02:14:44 +0000 (10:14 +0800)]
libfreerdp-core: auto-detect defines.

9 years agoImplementation for IOCTL_SCARD_LOCATECARDSBYATRA
Vinche [Mon, 10 Nov 2014 23:35:46 +0000 (00:35 +0100)]
Implementation for IOCTL_SCARD_LOCATECARDSBYATRA

9 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Vinche [Mon, 10 Nov 2014 23:25:36 +0000 (00:25 +0100)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

9 years agoCleaning Code
Vinche [Mon, 10 Nov 2014 22:51:34 +0000 (23:51 +0100)]
Cleaning Code

9 years agoComments
Vinche [Mon, 10 Nov 2014 22:48:55 +0000 (23:48 +0100)]
Comments

9 years agoImplementation for Smartcard Reader with Pin Pad
Vinche [Mon, 10 Nov 2014 22:40:22 +0000 (23:40 +0100)]
Implementation for Smartcard Reader with Pin Pad

9 years agoAdded SIGPIPE handling for iOS.
Mehul Dhorda [Mon, 10 Nov 2014 19:52:29 +0000 (11:52 -0800)]
Added SIGPIPE handling for iOS.

9 years agoMerge pull request #2188 from hopToDev/master
Marc-André Moreau [Mon, 10 Nov 2014 18:54:12 +0000 (13:54 -0500)]
Merge pull request #2188 from hopToDev/master

Ignore T.128 FlowPDU in Share Control header

9 years agoFixed unlocking if pthread_join fails.
Armin Novak [Mon, 10 Nov 2014 09:24:32 +0000 (10:24 +0100)]
Fixed unlocking if pthread_join fails.

9 years agoAdd comments to modifications
Vinche [Sun, 9 Nov 2014 22:02:12 +0000 (23:02 +0100)]
Add comments to modifications

9 years agoAdd comments to modifications
Vinche [Sun, 9 Nov 2014 22:00:41 +0000 (23:00 +0100)]
Add comments to modifications

9 years agofirst commit
Vinche [Sun, 9 Nov 2014 21:42:35 +0000 (22:42 +0100)]
first commit

9 years agoAdded comment to clarify flow control PDU fields.
Mehul Dhorda [Fri, 7 Nov 2014 22:58:58 +0000 (14:58 -0800)]
Added comment to clarify flow control PDU fields.

9 years agolibfreerdp-core: support continuous auto-detection.
Vic Lee [Fri, 7 Nov 2014 08:18:49 +0000 (16:18 +0800)]
libfreerdp-core: support continuous auto-detection.

9 years agoMerge pull request #2186 from hardening/rfx_no_compression
Martin Fleisz [Fri, 7 Nov 2014 08:16:02 +0000 (09:16 +0100)]
Merge pull request #2186 from hardening/rfx_no_compression

Offer to disable bulk compression when using remoteFx

9 years agoFixed incorrect values for PDUTypeFlow.
Mehul Dhorda [Thu, 6 Nov 2014 18:08:58 +0000 (10:08 -0800)]
Fixed incorrect values for PDUTypeFlow.

Swapped values for PDU_TYPE_FLOW_RESPONSE and PDU_TYPE_FLOW_STOP to
match the T.128 spec.

9 years agoIgnore T.128 FlowPDU in Share Control header
Mehul Dhorda [Wed, 5 Nov 2014 19:32:46 +0000 (11:32 -0800)]
Ignore T.128 FlowPDU in Share Control header

According to the Microsoft RDP specification, T.128 flow control PDUs
should be ignored when reading Share Control headers.
(http://msdn.microsoft.com/en-us/library/cc240576.aspx). This patch
checks if we got a flow control PDU (length = 0x8000) and advances the
stream to ignore the PDU.

9 years agoOffer to disable bulk compression when using remoteFx
Hardening [Tue, 4 Nov 2014 15:14:53 +0000 (16:14 +0100)]
Offer to disable bulk compression when using remoteFx

This patch adds a skipCompression field in surface commands struct so that
we can disable bulk compression with remoteFx.

9 years agoMerge pull request #2185 from llyzs/llyzs
Martin Fleisz [Tue, 4 Nov 2014 10:39:30 +0000 (11:39 +0100)]
Merge pull request #2185 from llyzs/llyzs

Server-side AutoDetect fixes

9 years agolibfreerdp-core: distinguish continuous/connect-time autodetect.
Vic Lee [Tue, 4 Nov 2014 05:41:04 +0000 (13:41 +0800)]
libfreerdp-core: distinguish continuous/connect-time autodetect.

9 years agoMerge pull request #2183 from llyzs/llyzs
Hardening [Mon, 3 Nov 2014 10:10:12 +0000 (11:10 +0100)]
Merge pull request #2183 from llyzs/llyzs

Removed library prefix on Windows def files.

9 years agoLocking thread until joined now, preventing multiple joins and race conditions.
Armin Novak [Mon, 3 Nov 2014 08:29:35 +0000 (09:29 +0100)]
Locking thread until joined now, preventing multiple joins and race conditions.

9 years agoRemoved library prefix on Windows def files.
Vic Lee [Mon, 3 Nov 2014 04:39:27 +0000 (12:39 +0800)]
Removed library prefix on Windows def files.

9 years agoMerge pull request #2141 from zhangzl2013/polyline
Hardening [Fri, 31 Oct 2014 21:15:13 +0000 (22:15 +0100)]
Merge pull request #2141 from zhangzl2013/polyline

fix polyline.

9 years agoMerge pull request #1965 from akallabeth/dynamic-addin-naming
Martin Fleisz [Fri, 31 Oct 2014 12:42:16 +0000 (13:42 +0100)]
Merge pull request #1965 from akallabeth/dynamic-addin-naming

Dynamic channel library naming

9 years agoMerge pull request #2180 from nfedera/fix-2014-10-31-01
Marc-André Moreau [Fri, 31 Oct 2014 11:49:32 +0000 (07:49 -0400)]
Merge pull request #2180 from nfedera/fix-2014-10-31-01

codec: fix pointer data conversion + 24bpp support

9 years agoMerge pull request #2134 from akallabeth/windows_version_information
Martin Fleisz [Fri, 31 Oct 2014 11:23:11 +0000 (12:23 +0100)]
Merge pull request #2134 from akallabeth/windows_version_information

Windows version information

9 years agocodec: fix pointer data conversion + 24bpp support
Norbert Federa [Fri, 31 Oct 2014 11:18:08 +0000 (12:18 +0100)]
codec: fix pointer data conversion + 24bpp support

- alpha values were annihilated (fixed)
- support 24bit xor mask data added

9 years agoMerge pull request #2174 from akallabeth/dynamic_plugin_fix
Martin Fleisz [Fri, 31 Oct 2014 11:15:49 +0000 (12:15 +0100)]
Merge pull request #2174 from akallabeth/dynamic_plugin_fix

Fixed static / dynamic plugin entry point.

9 years agoMerge pull request #2178 from nfedera/fix-2014-10-29-01
Martin Fleisz [Fri, 31 Oct 2014 11:02:19 +0000 (12:02 +0100)]
Merge pull request #2178 from nfedera/fix-2014-10-29-01

xfreerdp: fix glyph index primary drawing order

9 years agoxfreerdp: fix glyph index primary drawing order
Norbert Federa [Wed, 29 Oct 2014 19:56:26 +0000 (20:56 +0100)]
xfreerdp: fix glyph index primary drawing order

The fOpRedundant field of the GlyphIndex primary drawing order
(MS-RDPEGDI, chapter 2.2.2.2.1.1.2.13) was neglected which resulted in some
severe text rendering errors.

9 years agoMerge pull request #2175 from llyzs/llyzs
Marc-André Moreau [Tue, 28 Oct 2014 17:00:17 +0000 (13:00 -0400)]
Merge pull request #2175 from llyzs/llyzs

Server Network Characteristics Auto-Detect

9 years agolibfreerdp-core: server-side auto-detect feature.
Vic Lee [Tue, 28 Oct 2014 15:29:40 +0000 (23:29 +0800)]
libfreerdp-core: server-side auto-detect feature.

9 years agolibfreerdp-core: server-side mcs message channel.
Vic Lee [Tue, 28 Oct 2014 08:06:04 +0000 (16:06 +0800)]
libfreerdp-core: server-side mcs message channel.

9 years agoFixed static / dynamic plugin entry point.
Armin Novak [Mon, 27 Oct 2014 15:33:51 +0000 (16:33 +0100)]
Fixed static / dynamic plugin entry point.

9 years agoMerge pull request #2125 from akallabeth/win_build_fixes
Martin Fleisz [Mon, 27 Oct 2014 14:00:03 +0000 (15:00 +0100)]
Merge pull request #2125 from akallabeth/win_build_fixes

Fixed openssl detection on windows.

9 years agoFixed missing includes and typo.
Armin Novak [Mon, 27 Oct 2014 10:45:39 +0000 (11:45 +0100)]
Fixed missing includes and typo.

9 years agoFixed merge errors.
Armin Novak [Mon, 27 Oct 2014 10:39:02 +0000 (11:39 +0100)]
Fixed merge errors.

9 years agoFixed ExitThread, now running pthread_exit and setting event.
Armin Novak [Wed, 16 Jul 2014 10:08:34 +0000 (12:08 +0200)]
Fixed ExitThread, now running pthread_exit and setting event.

9 years agoFixed typo
Armin Novak [Wed, 16 Jul 2014 10:03:46 +0000 (12:03 +0200)]
Fixed typo

9 years agoSetting exited flag in TerminateThread now to allow setting return code.
Armin Novak [Wed, 16 Jul 2014 10:01:58 +0000 (12:01 +0200)]
Setting exited flag in TerminateThread now to allow setting return code.

9 years agoAdded joined flag.
Armin Novak [Wed, 16 Jul 2014 10:01:18 +0000 (12:01 +0200)]
Added joined flag.

9 years agoError messages now prefixed with function name.
Armin Novak [Wed, 16 Jul 2014 09:59:26 +0000 (11:59 +0200)]
Error messages now prefixed with function name.
Implemented bWaitAll for WaitForMultipleObjects.
pthread_join now only called on first wait event, later ones skip this to avoid undefined behavior.

9 years agoAdded additional tests for WaitForSingleObject and WaitForMultipleObjects.
Armin Novak [Wed, 16 Jul 2014 09:58:45 +0000 (11:58 +0200)]
Added additional tests for WaitForSingleObject and WaitForMultipleObjects.

9 years agoAdded funcion name to debug messages.
Armin Novak [Wed, 16 Jul 2014 09:56:25 +0000 (11:56 +0200)]
Added funcion name to debug messages.
Fixed setting of started flag for threads.
pthred_exit now used correct return value argument.
Return value now also set when terminating thread.

9 years agoRemoved WaitForSingleObject in reset_event, joining thread when not allowed.
Armin Novak [Wed, 16 Jul 2014 07:56:30 +0000 (09:56 +0200)]
Removed WaitForSingleObject in reset_event, joining thread when not allowed.

9 years agoFixed thread cleanup, now saving state of started flag, setting event and
Armin Novak [Wed, 16 Jul 2014 07:40:59 +0000 (09:40 +0200)]
Fixed thread cleanup, now saving state of started flag, setting event and
then cleaning up the thread resources.

9 years agoFixed thread handle cleanup, checking for resource cleanup now before resetting flags.
Armin Novak [Tue, 15 Jul 2014 12:39:34 +0000 (14:39 +0200)]
Fixed thread handle cleanup, checking for resource cleanup now before resetting flags.

9 years agoPreferring exit code from ExitThread now over thread function return.
Armin Novak [Tue, 15 Jul 2014 10:42:53 +0000 (12:42 +0200)]
Preferring exit code from ExitThread now over thread function return.

9 years agoRemoved noreturn from ExitThread, does not conform to http://msdn.microsoft.com/en...
Armin Novak [Tue, 15 Jul 2014 10:18:25 +0000 (12:18 +0200)]
Removed noreturn from ExitThread, does not conform to msdn.microsoft.com/en-us/library/windows/desktop/ms682659%28v=vs.85%29.aspx and crashes FreeRDP.

9 years agoNow using thread_launcher function to properly clean up thread resources at exit.
Armin Novak [Tue, 15 Jul 2014 09:11:59 +0000 (11:11 +0200)]
Now using thread_launcher function to properly clean up thread resources at exit.

9 years agoImplemented thread handling for WaitForMultipleObjects.
Armin Novak [Mon, 14 Jul 2014 17:36:31 +0000 (19:36 +0200)]
Implemented thread handling for WaitForMultipleObjects.
Implemented thread specific functions.

9 years agoMerge pull request #2130 from eosrei/2056/ts-gateway-connect-fail
Marc-André Moreau [Sat, 25 Oct 2014 15:52:29 +0000 (11:52 -0400)]
Merge pull request #2130 from eosrei/2056/ts-gateway-connect-fail

Removing TS Gateway breaking BIO_clear_flags() call

9 years agoMerge pull request #2169 from awakecoding/master
Marc-André Moreau [Sat, 25 Oct 2014 14:46:28 +0000 (10:46 -0400)]
Merge pull request #2169 from awakecoding/master

Clipboard, RemoteApp, Cursor + Color Conversion

9 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Sat, 25 Oct 2014 14:29:06 +0000 (10:29 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

Conflicts:
libfreerdp/core/gcc.c

9 years agomfreerdp: fix build and cursor conversion
Marc-André Moreau [Sat, 25 Oct 2014 14:17:41 +0000 (10:17 -0400)]
mfreerdp: fix build and cursor conversion

9 years agowfreerdp: add RAIL window update, partial input support
Marc-André Moreau [Fri, 24 Oct 2014 23:46:02 +0000 (19:46 -0400)]
wfreerdp: add RAIL window update, partial input support

9 years agowfreerdp: partial RemoteApp support
Marc-André Moreau [Fri, 24 Oct 2014 22:30:04 +0000 (18:30 -0400)]
wfreerdp: partial RemoteApp support

9 years agowfreerdp: stub RemoteApp callbacks
Marc-André Moreau [Fri, 24 Oct 2014 15:30:04 +0000 (11:30 -0400)]
wfreerdp: stub RemoteApp callbacks

9 years agowfreerdp: eliminate dependency on deprecated freerdp event system
Marc-André Moreau [Fri, 24 Oct 2014 14:30:54 +0000 (10:30 -0400)]
wfreerdp: eliminate dependency on deprecated freerdp event system

9 years agowfreerdp: fix cliprdr with callback interface
Marc-André Moreau [Fri, 24 Oct 2014 14:16:55 +0000 (10:16 -0400)]
wfreerdp: fix cliprdr with callback interface

9 years agowfreerdp: partially migrate cliprdr to callback interface
Marc-André Moreau [Fri, 24 Oct 2014 13:55:48 +0000 (09:55 -0400)]
wfreerdp: partially migrate cliprdr to callback interface

9 years agochannels/audin: fix version message
Marc-André Moreau [Fri, 24 Oct 2014 00:40:45 +0000 (20:40 -0400)]
channels/audin: fix version message

9 years agochannels/cliprdr: add missing clipboard data format definitions
Marc-André Moreau [Thu, 23 Oct 2014 22:33:10 +0000 (18:33 -0400)]
channels/cliprdr: add missing clipboard data format definitions

9 years agochannels/cliprdr: add missing callbacks and message definitions
Marc-André Moreau [Thu, 23 Oct 2014 22:17:53 +0000 (18:17 -0400)]
channels/cliprdr: add missing callbacks and message definitions

9 years agolibfreerdp-codec: fix incorrect pixel increment in freerdp_image24_copy
Marc-André Moreau [Thu, 23 Oct 2014 19:50:24 +0000 (15:50 -0400)]
libfreerdp-codec: fix incorrect pixel increment in freerdp_image24_copy

9 years agowfreerdp: start preparing cliprdr code for migration to cliprdr callback interface
Marc-André Moreau [Thu, 23 Oct 2014 19:38:19 +0000 (15:38 -0400)]
wfreerdp: start preparing cliprdr code for migration to cliprdr callback interface

9 years agowfreerdp: consolidate cliprdr code
Marc-André Moreau [Thu, 23 Oct 2014 17:11:20 +0000 (13:11 -0400)]
wfreerdp: consolidate cliprdr code

9 years agowfreerdp: cleanup clipboard
Marc-André Moreau [Thu, 23 Oct 2014 02:32:55 +0000 (22:32 -0400)]
wfreerdp: cleanup clipboard

9 years agoMerge branch 'awakecoding-staging' of github.com:vworkspace/FreeRDP
Marc-André Moreau [Thu, 23 Oct 2014 00:17:13 +0000 (20:17 -0400)]
Merge branch 'awakecoding-staging' of github.com:vworkspace/FreeRDP

9 years agoMerge pull request #2160 from nfedera/fix-2014-10-22-01
Hardening [Wed, 22 Oct 2014 11:49:15 +0000 (13:49 +0200)]
Merge pull request #2160 from nfedera/fix-2014-10-22-01

core: fix pointer caps, slowpath kbd and a gcc fix

9 years agocore: fix pointer caps, slowpath kbd and a gcc fix
Norbert Federa [Wed, 22 Oct 2014 09:24:36 +0000 (11:24 +0200)]
core: fix pointer caps, slowpath kbd and a gcc fix

* According to MS-RDPBCGR 2.2.7.1.5 the pointerCacheSize is optional
  and its absence or a zero value indicates missing client support for
  the New Pointer Update.

* Added and fixed some comments regarding the meaning of the KBDFLAGS_DOWN
  keyboard flag and how it is currently used in the code.
  "Fixed" the slow path keyboard input to generate the same keyboard flags
  as the corresponding fast path code.

* Some arbitrary value was used for the ConnectPDULength in the GCC
  Conference Create Response. According to MS-RDPBCGR 4.1.4 this value must
  be ignored by the client so we encode a zero value instead.

9 years agoMerge pull request #2161 from bmiklautz/fix/windows_build
Norbert Federa [Wed, 22 Oct 2014 10:25:43 +0000 (12:25 +0200)]
Merge pull request #2161 from bmiklautz/fix/windows_build

Fix build on windows

9 years agoFix build on windows
Bernhard Miklautz [Wed, 22 Oct 2014 10:16:40 +0000 (12:16 +0200)]
Fix build on windows

Problem was introduces by a non pull request push for ipv6 support

9 years agoxfreerdp: remove dependency on clrconv
Marc-André Moreau [Wed, 22 Oct 2014 02:19:11 +0000 (22:19 -0400)]
xfreerdp: remove dependency on clrconv

9 years agolibfreerdp-codec: add freerdp_image_copy_from_monochrome replacement function for...
Marc-André Moreau [Wed, 22 Oct 2014 01:56:10 +0000 (21:56 -0400)]
libfreerdp-codec: add freerdp_image_copy_from_monochrome replacement function for deprecated freerdp_mono_image_convert

9 years agolibfreerdp-codec: fix and enhance cursor image conversion
Marc-André Moreau [Wed, 22 Oct 2014 00:46:15 +0000 (20:46 -0400)]
libfreerdp-codec: fix and enhance cursor image conversion

9 years agoMerge branch 'master' of github.com:awakecoding/FreeRDP
Marc-André Moreau [Tue, 21 Oct 2014 16:38:39 +0000 (12:38 -0400)]
Merge branch 'master' of github.com:awakecoding/FreeRDP

9 years agordtk: add sample X11 window program
Marc-André Moreau [Tue, 21 Oct 2014 16:38:15 +0000 (12:38 -0400)]
rdtk: add sample X11 window program

9 years agoFix to header file. __builtin_bswap16 is only available on GCC v4.8 (or higher).
Mike McDonald [Mon, 20 Oct 2014 19:59:54 +0000 (15:59 -0400)]
Fix to header file. __builtin_bswap16 is only available on GCC v4.8 (or higher).

9 years agoMerge branch 'master' of https://github.com/awakecoding/FreeRDP into awakecoding...
Mike McDonald [Mon, 20 Oct 2014 18:42:46 +0000 (14:42 -0400)]
Merge branch 'master' of https://github.com/awakecoding/FreeRDP into awakecoding-staging

9 years agomfreerdp: fix crash with <32bpp color depths
Marc-André Moreau [Sun, 19 Oct 2014 01:31:24 +0000 (21:31 -0400)]
mfreerdp: fix crash with <32bpp color depths

9 years agoxfreerdp: replace wire to local clipboard conversion
Marc-André Moreau [Sat, 18 Oct 2014 00:55:12 +0000 (20:55 -0400)]
xfreerdp: replace wire to local clipboard conversion

9 years agoxfreerdp: replace cliprdr to wire format conversion
Marc-André Moreau [Sat, 18 Oct 2014 00:40:11 +0000 (20:40 -0400)]
xfreerdp: replace cliprdr to wire format conversion

9 years agolibwinpr-clipboard: add more synthetic clipboard formats
Marc-André Moreau [Fri, 17 Oct 2014 23:14:54 +0000 (19:14 -0400)]
libwinpr-clipboard: add more synthetic clipboard formats

9 years agolibwinpr-clipboard: add basic clipboard synthesizers
Marc-André Moreau [Fri, 17 Oct 2014 22:23:07 +0000 (18:23 -0400)]
libwinpr-clipboard: add basic clipboard synthesizers

9 years agolibwinpr-clipboard: initial clipboard synthetic format support
Marc-André Moreau [Fri, 17 Oct 2014 20:45:36 +0000 (16:45 -0400)]
libwinpr-clipboard: initial clipboard synthetic format support

9 years agolibwinpr-clipboard: initial commit
Marc-André Moreau [Fri, 17 Oct 2014 19:19:05 +0000 (15:19 -0400)]
libwinpr-clipboard: initial commit

9 years agoMerge pull request #2157 from akallabeth/sspi-auth-fix
Marc-André Moreau [Fri, 17 Oct 2014 15:41:49 +0000 (11:41 -0400)]
Merge pull request #2157 from akallabeth/sspi-auth-fix

Fixed sspi_CopyAuthIdentity when using ANSI encoding

9 years agoMerge branch 'master' of https://github.com/FreeRDP/FreeRDP
Jean-Louis Dupond [Fri, 17 Oct 2014 10:11:17 +0000 (12:11 +0200)]
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP

9 years agoAdd ipv6 client support
Jean-Louis Dupond [Fri, 17 Oct 2014 10:08:39 +0000 (12:08 +0200)]
Add ipv6 client support

9 years agoFixed sspi_CopyAuthIdentity, now checking source struct, if it is ANSI encoded.
Armin Novak [Fri, 17 Oct 2014 09:43:41 +0000 (11:43 +0200)]
Fixed sspi_CopyAuthIdentity, now checking source struct, if it is ANSI encoded.

9 years agoMerge pull request #2155 from pfpacket/wl-fix
Hardening [Fri, 17 Oct 2014 08:31:14 +0000 (10:31 +0200)]
Merge pull request #2155 from pfpacket/wl-fix

wlfreerdp: fix compilation errors

9 years agofreerdp: unify clipboard standard format id definitions
Marc-André Moreau [Fri, 17 Oct 2014 02:20:12 +0000 (22:20 -0400)]
freerdp: unify clipboard standard format id definitions