platform/upstream/freerdp.git
12 years agolibfreerdp-sspi: added wintypes.h
Marc-André Moreau [Sun, 25 Mar 2012 21:08:05 +0000 (17:08 -0400)]
libfreerdp-sspi: added wintypes.h

12 years agolibfreerdp-sspi: add _T() macro
Marc-André Moreau [Sat, 24 Mar 2012 22:01:56 +0000 (18:01 -0400)]
libfreerdp-sspi: add _T() macro

12 years agolibfreerdp-sspi: fix UNICODE support, can connect successfully in both modes now
Marc-André Moreau [Sat, 24 Mar 2012 20:23:14 +0000 (16:23 -0400)]
libfreerdp-sspi: fix UNICODE support, can connect successfully in both modes now

12 years agolibfreerdp-sspi: fix compilation on Linux without UNICODE definition
Marc-André Moreau [Sat, 24 Mar 2012 20:02:58 +0000 (16:02 -0400)]
libfreerdp-sspi: fix compilation on Linux without UNICODE definition

12 years agolibfreerdp-sspi: fix compilation on windows with UNICODE defined
Marc-André Moreau [Sat, 24 Mar 2012 19:47:16 +0000 (15:47 -0400)]
libfreerdp-sspi: fix compilation on windows with UNICODE defined

12 years agolibfreerdp-sspi: fix compilation on Linux
Marc-André Moreau [Sat, 24 Mar 2012 05:01:28 +0000 (01:01 -0400)]
libfreerdp-sspi: fix compilation on Linux

12 years agolibfreerdp-sspi: start implementing ASCII and Unicode methods
Marc-André Moreau [Sat, 24 Mar 2012 04:14:45 +0000 (00:14 -0400)]
libfreerdp-sspi: start implementing ASCII and Unicode methods

12 years agocunit: fix SSPI unit tests
Marc-André Moreau [Sat, 24 Mar 2012 01:28:53 +0000 (21:28 -0400)]
cunit: fix SSPI unit tests

12 years agoMerge pull request #510 from jiten19/rdp6
Marc-André Moreau [Sat, 24 Mar 2012 01:26:58 +0000 (18:26 -0700)]
Merge pull request #510 from jiten19/rdp6

add RDP6 decompression

12 years agoMerge pull request #513 from kiilerix/master
Marc-André Moreau [Sat, 24 Mar 2012 01:25:15 +0000 (18:25 -0700)]
Merge pull request #513 from kiilerix/master

a crypto+redirect fix and manu small steps with locale / keyboard refactoring

12 years agolocale: debug statements and indentation
Mads Kiilerich [Sat, 24 Mar 2012 01:01:12 +0000 (02:01 +0100)]
locale: debug statements and indentation

12 years agolocale: reintroduce sun keyboard layouts and fix sun compilation
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: reintroduce sun keyboard layouts and fix sun compilation

Untested.

12 years agolocale: plug some xkb / keymap leaks
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: plug some xkb / keymap leaks

12 years agolocale: don't fall back to keymap detection when xkbfile is used
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: don't fall back to keymap detection when xkbfile is used

12 years agolocale: reintroduce use of freerdp_detect_keyboard for default keyboard layout id
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: reintroduce use of freerdp_detect_keyboard for default keyboard layout id

12 years agolocale: encapsulate X11_KEYCODE_TO_RDP_SCANCODE in keyboard.c
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: encapsulate X11_KEYCODE_TO_RDP_SCANCODE in keyboard.c

12 years agolocale: encapsulate RDP_SCANCODE_TO_X11_KEYCODE in keyboard.c
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: encapsulate RDP_SCANCODE_TO_X11_KEYCODE in keyboard.c

12 years agolocale: move conversion from xkb layout names to RDP IDs to xkb_layout_ids.c
Mads Kiilerich [Sat, 24 Mar 2012 00:57:10 +0000 (01:57 +0100)]
locale: move conversion from xkb layout names to RDP IDs to xkb_layout_ids.c

Refactoring - no semantic changes.

12 years agolocale: drop redundant VIRTUAL_KEY_CODE_TO_RDP_SCANCODE_TABLE
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
locale: drop redundant VIRTUAL_KEY_CODE_TO_RDP_SCANCODE_TABLE

The same information can be found in VIRTUAL_KEY_CODE_TO_DEFAULT_RDP_SCANCODE_TABLE.

Refactoring - no semantic changes.

12 years agolocale: move keymap parsing to keyboard_keymap.c
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
locale: move keymap parsing to keyboard_keymap.c

Refactoring - no semantic changes.

12 years agolocale: clarify that WITH_XKBFILE is subordinate to WITH_X11
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
locale: clarify that WITH_XKBFILE is subordinate to WITH_X11

This should make no visible change in sane configurations.

12 years agolocale: clarify internally what is xkbfile and what is xkb
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
locale: clarify internally what is xkbfile and what is xkb

Refactoring - no semantic changes.

--HG--
rename : libfreerdp-locale/keyboard_xkb.c => libfreerdp-locale/keyboard_xkbfile.c
rename : libfreerdp-locale/keyboard_xkb.h => libfreerdp-locale/keyboard_xkbfile.h

12 years agolocale: move Virtual-Key Code definitions to virtual_key_codes.[ch]
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
locale: move Virtual-Key Code definitions to virtual_key_codes.[ch]

Refactoring - no semantic changes.

12 years agolocale: introduce freerdp_keyboard_get_virtual_key_code_from_name
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
locale: introduce freerdp_keyboard_get_virtual_key_code_from_name

Refactoring - no semantic changes.

12 years agocore: reset crypto key counters when the keys are initialized
Mads Kiilerich [Sat, 24 Mar 2012 00:57:09 +0000 (01:57 +0100)]
core: reset crypto key counters when the keys are initialized

This fixes --sec rdp --salted-checksum in combination with farm redirect.

The counters are implicitly set to 0 in rdp_new, but they also has to be reset
after redirects. Resetting the counters when the keys are reset seems like the
cleanest solution.

12 years agolibfreerdp-sspi: avoid conflicting definitions when NATIVE_SSPI is on
Marc-André Moreau [Fri, 23 Mar 2012 22:53:10 +0000 (18:53 -0400)]
libfreerdp-sspi: avoid conflicting definitions when NATIVE_SSPI is on

12 years agowfreerdp: fix compilation warnings
Marc-André Moreau [Fri, 23 Mar 2012 22:26:03 +0000 (18:26 -0400)]
wfreerdp: fix compilation warnings

12 years agocmake: fix linker flags on Mac OS X
Marc-André Moreau [Fri, 23 Mar 2012 00:37:05 +0000 (20:37 -0400)]
cmake: fix linker flags on Mac OS X

12 years agoMerge pull request #511 from kiilerix/master
Marc-André Moreau [Thu, 22 Mar 2012 20:43:55 +0000 (13:43 -0700)]
Merge pull request #511 from kiilerix/master

various polishing

12 years agoupdate rpm spec, align it more with the Fedora rpm spec
Mads Kiilerich [Thu, 22 Mar 2012 20:37:47 +0000 (21:37 +0100)]
update rpm spec, align it more with the Fedora rpm spec

12 years agox: tell politely why xfreerdp is closing without making it look like an error
Mads Kiilerich [Thu, 22 Mar 2012 20:30:39 +0000 (21:30 +0100)]
x: tell politely why xfreerdp is closing without making it look like an error

12 years agox: improve debugging of X events
Mads Kiilerich [Thu, 22 Mar 2012 20:30:15 +0000 (21:30 +0100)]
x: improve debugging of X events

12 years agocore: tweak rdp debugging
Mads Kiilerich [Thu, 22 Mar 2012 13:34:08 +0000 (14:34 +0100)]
core: tweak rdp debugging

12 years agocmake: remove unused configuration options
Mads Kiilerich [Thu, 22 Mar 2012 12:33:54 +0000 (13:33 +0100)]
cmake: remove unused configuration options

12 years agocmake: add missing debug options WITH_DEBUG_NTLM WITH_DEBUG_RDP
Mads Kiilerich [Thu, 22 Mar 2012 12:33:51 +0000 (13:33 +0100)]
cmake: add missing debug options WITH_DEBUG_NTLM WITH_DEBUG_RDP

12 years agocmake: cleanup of debug options, sort the list
Mads Kiilerich [Thu, 22 Mar 2012 12:33:01 +0000 (13:33 +0100)]
cmake: cleanup of debug options, sort the list

12 years agoMerge pull request #509 from kiilerix/master
Marc-André Moreau [Wed, 21 Mar 2012 22:32:10 +0000 (15:32 -0700)]
Merge pull request #509 from kiilerix/master

towards compiling with mingw

12 years agoutil windows.h: include winsock2.h before windows.h
Mads Kiilerich [Wed, 21 Mar 2012 22:15:46 +0000 (23:15 +0100)]
util windows.h: include winsock2.h before windows.h

That seems to be the right way to do it ...

12 years agocmake: don't try to detect OpenSSL if OPENSSL_INCLUDE_DIR and OPENSSL_LIBRARIES are...
Mads Kiilerich [Wed, 21 Mar 2012 22:15:46 +0000 (23:15 +0100)]
cmake: don't try to detect OpenSSL if OPENSSL_INCLUDE_DIR and OPENSSL_LIBRARIES are defined

--HG--
extra : rebase_source : fee9366943406e93964821a1991f1ac0c03983e5

12 years agoreduce the use of windows.h in header files
Mads Kiilerich [Wed, 21 Mar 2012 22:13:35 +0000 (23:13 +0100)]
reduce the use of windows.h in header files

--HG--
extra : rebase_source : 3d15968fcc5255e99a7343aeef2b2a79d71c6704

12 years agoMerge pull request #508 from pjd/fixes
Marc-André Moreau [Wed, 21 Mar 2012 19:54:41 +0000 (12:54 -0700)]
Merge pull request #508 from pjd/fixes

Fix compilation warning when WITH_SSE2 is not defined.

12 years agoFix compilation warning when WITH_SSE2 is not defined.
Pawel Jakub Dawidek [Wed, 21 Mar 2012 19:50:15 +0000 (20:50 +0100)]
Fix compilation warning when WITH_SSE2 is not defined.

12 years agotypes.h: windows can have stdbool.h too but still don't like "typedef int boolean"
Mads Kiilerich [Wed, 21 Mar 2012 19:46:57 +0000 (20:46 +0100)]
types.h: windows can have stdbool.h too but still don't like "typedef int boolean"

--HG--
extra : rebase_source : f472822b40a21f4c375782c3c71bcfbdde672207

12 years agocmake: default to build shared libs - don't enforce it
Mads Kiilerich [Wed, 21 Mar 2012 19:46:37 +0000 (20:46 +0100)]
cmake: default to build shared libs - don't enforce it

--HG--
extra : rebase_source : 7b731d1a90169a22dda6bb9506ce41a01e98f29a

12 years agohashtable generators for rdp6
qubit [Wed, 21 Mar 2012 17:32:38 +0000 (23:02 +0530)]
hashtable generators for rdp6

12 years agoadd RDP6 decompression
qubit [Wed, 21 Mar 2012 17:18:40 +0000 (22:48 +0530)]
add RDP6 decompression

12 years agolibfreerdp-core: hook up mppc compressor to fastpath packets
Jay Sorg [Tue, 20 Mar 2012 17:03:36 +0000 (10:03 -0700)]
libfreerdp-core: hook up mppc compressor to fastpath packets

12 years agoMerge pull request #507 from pjd/fixes
Marc-André Moreau [Tue, 20 Mar 2012 13:44:24 +0000 (06:44 -0700)]
Merge pull request #507 from pjd/fixes

Compilation fixes for FreeBSD.

12 years agoCompilation fixes for FreeBSD.
Pawel Jakub Dawidek [Tue, 20 Mar 2012 13:26:42 +0000 (14:26 +0100)]
Compilation fixes for FreeBSD.

12 years agoMerge pull request #506 from llyzs/nsc
Marc-André Moreau [Tue, 20 Mar 2012 04:09:24 +0000 (21:09 -0700)]
Merge pull request #506 from llyzs/nsc

NSCodec encoder

12 years agomppc bulk compressor
Jay Sorg [Mon, 19 Mar 2012 06:02:13 +0000 (23:02 -0700)]
mppc bulk compressor

12 years agolibfreerdp-sspi: reached functional server-side NLA level (authenticates, doesn't...
Marc-André Moreau [Mon, 19 Mar 2012 02:24:49 +0000 (22:24 -0400)]
libfreerdp-sspi: reached functional server-side NLA level (authenticates, doesn't validate everything)

12 years agolibfreerdp-sspi: fix server-side NTLM session key generation
Marc-André Moreau [Mon, 19 Mar 2012 02:02:23 +0000 (22:02 -0400)]
libfreerdp-sspi: fix server-side NTLM session key generation

12 years agolibfreerdp-sspi: move AV_PAIRs into separate file
Marc-André Moreau [Mon, 19 Mar 2012 00:30:20 +0000 (20:30 -0400)]
libfreerdp-sspi: move AV_PAIRs into separate file

12 years agolibfreerdp-sspi: NTLM server-side pubKeyAuth sending
Marc-André Moreau [Mon, 19 Mar 2012 00:08:05 +0000 (20:08 -0400)]
libfreerdp-sspi: NTLM server-side pubKeyAuth sending

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Sun, 18 Mar 2012 22:14:35 +0000 (18:14 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agolibfreerdp-sspi: improve server-side NTLM message parsing
Marc-André Moreau [Sun, 18 Mar 2012 22:14:20 +0000 (18:14 -0400)]
libfreerdp-sspi: improve server-side NTLM message parsing

12 years agolibfreerdp-core: fix for cursor hot spot out of range
Jay Sorg [Sun, 18 Mar 2012 19:34:08 +0000 (12:34 -0700)]
libfreerdp-core: fix for cursor hot spot out of range

12 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP
Marc-André Moreau [Sun, 18 Mar 2012 17:13:48 +0000 (13:13 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP

12 years agoxfreerdp-server: set TCP_NODELAY
Marc-André Moreau [Sun, 18 Mar 2012 17:13:34 +0000 (13:13 -0400)]
xfreerdp-server: set TCP_NODELAY

12 years agonsc: add SSE2 optimization for nsc encoder.
Vic Lee [Sun, 18 Mar 2012 15:25:07 +0000 (23:25 +0800)]
nsc: add SSE2 optimization for nsc encoder.

12 years agonsc: add nsc encoder to test server.
Vic Lee [Sun, 18 Mar 2012 08:36:38 +0000 (16:36 +0800)]
nsc: add nsc encoder to test server.

12 years agonsc: implement nsc encoder.
Vic Lee [Sun, 18 Mar 2012 04:02:28 +0000 (12:02 +0800)]
nsc: implement nsc encoder.

12 years agoMerge pull request #504 from kiilerix/master
Marc-André Moreau [Fri, 16 Mar 2012 20:14:10 +0000 (13:14 -0700)]
Merge pull request #504 from kiilerix/master

make the convoluted handling of redirect cookies work slightly correctly

12 years agocore: terminate redirect cookies correctly
Mads Kiilerich [Fri, 16 Mar 2012 19:47:34 +0000 (20:47 +0100)]
core: terminate redirect cookies correctly

12 years agoMerge pull request #503 from kiilerix/master
Marc-André Moreau [Fri, 16 Mar 2012 17:36:36 +0000 (10:36 -0700)]
Merge pull request #503 from kiilerix/master

valgrind cleanups

12 years agordp redirect: do the necessary layering violation to avoid leaks
Mads Kiilerich [Fri, 16 Mar 2012 17:12:49 +0000 (18:12 +0100)]
rdp redirect: do the necessary layering violation to avoid leaks

12 years agocore/redirect: be aware that transport used in transport_check_fds might become invalid
Mads Kiilerich [Fri, 16 Mar 2012 17:12:49 +0000 (18:12 +0100)]
core/redirect: be aware that transport used in transport_check_fds might become invalid

12 years agosspi/nla: implement ntlm_DeleteSecurityContext and start using ntlm_ContextFree to...
Mads Kiilerich [Fri, 16 Mar 2012 17:12:49 +0000 (18:12 +0100)]
sspi/nla: implement ntlm_DeleteSecurityContext and start using ntlm_ContextFree to avoid leaking

12 years agosspi/nla: plug credssp leaks
Mads Kiilerich [Fri, 16 Mar 2012 17:12:48 +0000 (18:12 +0100)]
sspi/nla: plug credssp leaks

12 years agocore: free polyline and polygon_sc points
Mads Kiilerich [Fri, 16 Mar 2012 17:12:48 +0000 (18:12 +0100)]
core: free polyline and polygon_sc points

12 years agox: clean up after xf_pre_connect if connection fails, and free instance where it...
Mads Kiilerich [Fri, 16 Mar 2012 17:11:53 +0000 (18:11 +0100)]
x: clean up after xf_pre_connect if connection fails, and free instance where it was allocated

This prevents leak after "Error: protocol security negotiation failure"

12 years agox: avoid leak by waiting for thread to finish before detaching
Mads Kiilerich [Fri, 16 Mar 2012 15:42:56 +0000 (16:42 +0100)]
x: avoid leak by waiting for thread to finish before detaching

12 years agox: free bitmap_mono
Mads Kiilerich [Fri, 16 Mar 2012 15:42:45 +0000 (16:42 +0100)]
x: free bitmap_mono

12 years agox: please valgrind by initializing structure passed to X through writev
Mads Kiilerich [Fri, 16 Mar 2012 14:45:14 +0000 (15:45 +0100)]
x: please valgrind by initializing structure passed to X through writev

12 years agonsc: add encoder API.
Vic Lee [Fri, 16 Mar 2012 04:04:38 +0000 (12:04 +0800)]
nsc: add encoder API.

12 years agolibfreerdp-sspi: fix unit tests
Marc-André Moreau [Fri, 16 Mar 2012 00:48:38 +0000 (20:48 -0400)]
libfreerdp-sspi: fix unit tests

12 years agolibfreerdp-sspi: refactor structure names
Marc-André Moreau [Fri, 16 Mar 2012 00:37:38 +0000 (20:37 -0400)]
libfreerdp-sspi: refactor structure names

12 years agonsc: add pixel format API.
Vic Lee [Thu, 15 Mar 2012 08:55:29 +0000 (16:55 +0800)]
nsc: add pixel format API.

12 years agoMerge pull request #499 from nfedera/xvfix1
Marc-André Moreau [Wed, 14 Mar 2012 18:16:30 +0000 (11:16 -0700)]
Merge pull request #499 from nfedera/xvfix1

X11/tsmf: Fixed XShmCreateImage BadMatch crashes

12 years agoMerge pull request #497 from llyzs/nsc
Marc-André Moreau [Wed, 14 Mar 2012 18:16:02 +0000 (11:16 -0700)]
Merge pull request #497 from llyzs/nsc

Rename pixel format constants and move to constants.h

12 years agoX11/tsmf: Fixed XShmCreateImage BadMatch crashes
Norbert Federa [Tue, 13 Mar 2012 16:32:59 +0000 (17:32 +0100)]
X11/tsmf: Fixed XShmCreateImage BadMatch crashes

There was not check if the pixformat supplied in the XShmCreateImage function
was actually supported by the X-Video extension. Also reduced the amount of
xf_tsmf_is_format_supported calls in xf_process_tsmf_video_frame_event.

12 years agorfx: rename pixel format constants.
Vic Lee [Tue, 13 Mar 2012 11:02:19 +0000 (19:02 +0800)]
rfx: rename pixel format constants.

12 years agocore: register audio device only if plugins are registered.
Vic Lee [Tue, 13 Mar 2012 09:05:14 +0000 (17:05 +0800)]
core: register audio device only if plugins are registered.

12 years agoX11/tsmf: use clipping if XV overlay does not support colorkey.
Vic Lee [Tue, 13 Mar 2012 07:34:45 +0000 (15:34 +0800)]
X11/tsmf: use clipping if XV overlay does not support colorkey.

12 years agoMerge pull request #496 from littlejawa/master
Otavio Salvador [Mon, 12 Mar 2012 17:10:18 +0000 (10:10 -0700)]
Merge pull request #496 from littlejawa/master

Adding comments

12 years agoMissed comment starting format for doxygen in rdp_context structure
Julien Ropé [Thu, 1 Mar 2012 21:31:06 +0000 (22:31 +0100)]
Missed comment starting format for doxygen in rdp_context structure

12 years agoContinue documenting the freerdp.h file
Julien Ropé [Thu, 1 Mar 2012 21:06:03 +0000 (22:06 +0100)]
Continue documenting the freerdp.h file

12 years agoCompleting rdp_freerdp structure's documentation
Julien Ropé [Tue, 28 Feb 2012 13:26:03 +0000 (14:26 +0100)]
Completing rdp_freerdp structure's documentation

12 years agoinclude: move config.h into private headers.
Vic Lee [Mon, 12 Mar 2012 11:14:56 +0000 (19:14 +0800)]
include: move config.h into private headers.

12 years agoMerge pull request #491 from nfedera/osxfix1
Marc-André Moreau [Sat, 10 Mar 2012 14:25:38 +0000 (06:25 -0800)]
Merge pull request #491 from nfedera/osxfix1

channels/rdpdr/disk: fix os x compilation issues

12 years agochannels/rdpdr/disk: fix os x compilation issues
Norbert Federa [Sat, 10 Mar 2012 13:38:47 +0000 (14:38 +0100)]
channels/rdpdr/disk: fix os x compilation issues

os x does not need/have stat/lseek/open/64 and O_LARGEFILE

12 years agochannels/rdpdr/disk: fix stat64 references to STAT
Marc-André Moreau [Fri, 9 Mar 2012 17:00:56 +0000 (12:00 -0500)]
channels/rdpdr/disk: fix stat64 references to STAT

12 years agoMerge pull request #490 from Nigel62/master
Marc-André Moreau [Fri, 9 Mar 2012 15:27:28 +0000 (07:27 -0800)]
Merge pull request #490 from Nigel62/master

RDPDR: Disk Redirection unable to handle files > 2GB

12 years agoFix for issue #487. RDPDR Disk Redirection: Cannot handle files > 2GB
Nigel Reeves [Fri, 9 Mar 2012 10:53:32 +0000 (10:53 +0000)]
Fix for issue #487. RDPDR Disk Redirection: Cannot handle files > 2GB

12 years agolibfreerdp-core: fix for mppc decompression without fastpath and multi data PDUs...
Jay Sorg [Fri, 9 Mar 2012 01:47:01 +0000 (17:47 -0800)]
libfreerdp-core: fix for mppc decompression without fastpath and multi data PDUs in one packet

12 years agoMerge pull request #485 from llyzs/nsc
Marc-André Moreau [Wed, 7 Mar 2012 03:46:32 +0000 (19:46 -0800)]
Merge pull request #485 from llyzs/nsc

NSCodec decoder improvement

12 years agonsc: use memcpy instead of loop.
Vic Lee [Wed, 7 Mar 2012 03:42:37 +0000 (11:42 +0800)]
nsc: use memcpy instead of loop.

12 years agonsc: allocate extra 16 bytes for output buffer in case of alignment.
Vic Lee [Wed, 7 Mar 2012 03:31:10 +0000 (11:31 +0800)]
nsc: allocate extra 16 bytes for output buffer in case of alignment.

12 years agowfreerdp: fix compilation
Marc-André Moreau [Tue, 6 Mar 2012 20:30:24 +0000 (15:30 -0500)]
wfreerdp: fix compilation