FreeRDP/libfreerdp
Bernhard Miklautz 68e8569110 winpr/synch: remove the dependency on winsock.h
winsock.h pulls in a lot of defines and dependencies that are not
required and partially unwanted in winpr's core (for parts that are not
related to network). In order to get rid of this dependency and have an
independent defines for extended winpr functions the WINPR_FD_* defines
are used internally (and for exposed functions). Where required, like in
WSAEventSelect, the FD_* is mapped to WINPR_FD_*.
2015-07-14 11:39:41 +02:00
..
cache Signed glyph offset calculation, fixes #2137 2015-06-25 16:49:29 +02:00
codec libfreerdp-codec: fix egfx artifacts resulting from incorrect handling of rects inside the same egfx frame 2015-06-28 13:57:46 -04:00
common Fixed cleanup of resources, only in error case now. 2015-06-24 14:59:59 +02:00
core winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
crypto Using lowercase hostname for comparison now. 2015-07-13 15:52:06 +02:00
gdi Merge pull request #2737 from nfedera/nf-fix-gdi-return-value-weirdness 2015-06-26 09:24:08 -04:00
locale hardening: check fread and fwrite return values 2015-06-26 20:38:30 +02:00
primitives Merge pull request #2435 from llyzs/llyzs 2015-03-06 11:33:30 +01:00
utils hardening: check fread and fwrite return values 2015-06-26 20:38:30 +02:00
CMakeLists.txt Remove the ARM_FP_ABI option 2015-05-01 17:35:21 -04:00