FreeRDP/winpr/libwinpr/comm
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
..
test Fix unchecked CreateEvent calls and misc fixes 2015-04-29 18:18:39 +02:00
CMakeLists.txt winpr/comm: don't build on apple 2014-07-29 05:22:29 +02:00
comm_io.c winpr-comm: fixed a regression about timeouts to block of first bytes when required. Added timeouts values in the DEBUG log. 2015-03-09 20:01:51 +01:00
comm_ioctl.c winpr-comm, serial: excluded Android platforms as well 2014-07-04 17:40:06 +02:00
comm_ioctl.h winpr-comm, serial: excluded Android platforms as well 2014-07-04 17:40:06 +02:00
comm_sercx2_sys.c winpr-comm: fixed set_baud_rate()/get_baud_rate() functions in comm_serial_sys.c (the issue came from a wrong extrapolation of the COMMPROP's MaxBaud field) 2014-09-16 11:21:01 +02:00
comm_sercx2_sys.h winpr-comm, serial: excluded Android platforms as well 2014-07-04 17:40:06 +02:00
comm_sercx_sys.c winpr-comm: fixed set_baud_rate()/get_baud_rate() functions in comm_serial_sys.c (the issue came from a wrong extrapolation of the COMMPROP's MaxBaud field) 2014-09-16 11:21:01 +02:00
comm_sercx_sys.h winpr-comm, serial: excluded Android platforms as well 2014-07-04 17:40:06 +02:00
comm_serial_sys.c winpr-comm: fixed a regression about timeouts to block of first bytes when required. Added timeouts values in the DEBUG log. 2015-03-09 20:01:51 +01:00
comm_serial_sys.h winpr-comm, serial: excluded Android platforms as well 2014-07-04 17:40:06 +02:00
comm.c winpr/synch: remove the dependency on winsock.h 2015-07-14 11:39:41 +02:00
comm.h Fix build with newer uclibc versions 2015-04-29 20:31:25 +03:00
module.def winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
ModuleOptions.cmake libwinpr-comm: initial stubs 2014-04-02 15:51:28 -04:00