Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't define WINVER in *.c files | Max Kellermann | 2011-10-09 | 1 | -1/+0 |
| | | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion. | ||||
* | tcp_socket, udp_server: use g_io_channel_new_socket() | Max Kellermann | 2011-09-20 | 1 | -5/+2 |
| | |||||
* | rtsp_client: use the I/O thread | Max Kellermann | 2011-08-31 | 1 | -0/+381 |
Make the code portable. |