FreeRDP/client
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
..
Android winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
DirectFB Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
Mac transport/mfreerdp: fix async transport 2015-05-14 21:57:16 +02:00
Sample Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
Wayland Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
Windows Fixed windows client pre_connect return. 2015-06-26 13:13:32 +02:00
X11 winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
common hardening: check fread and fwrite return values 2015-06-26 20:38:30 +02:00
iOS client/ios: fix unchecked strdups 2015-06-22 19:09:59 +02:00
.gitignore Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
CMakeLists.txt build: cmake 3.1 compatibility 2014-12-12 19:26:22 +01:00