Patrick Gaskin
ac8e786026
win32: Fix minimum Windows version for inet_{ntop,pton}
...
https://docs.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-inet_ntop#requirements
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/546 >
2021-06-16 09:05:58 +00:00
Edward Lee
e12ba8eaee
Win32: Fix build issues.
...
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/359 >
2021-03-23 13:12:18 -04:00
Patrick Gaskin
fc002e4dc6
win32: Fix duplicate definitions in arpa-inet.h, arpa-inet.c, and poll.h
...
When _WIN32_WINNT >= 0x6000 (Vista), ws2tcpip.h provides inet_ntop and
inet_pton, and winsock2.h provides the equivalent of poll.h.
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/458 >
2021-01-13 03:42:24 +00:00
Ondrej Holecek
5effc83479
update FSF addresses to FSF web page
...
FSF addresses used in PA sources are no longer valid and rpmlint
generates numerous warnings during packaging because of this.
This patch changes all FSF addresses to FSF web page according to
the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html
Done automatically by sed-ing through sources.
2015-01-14 22:20:40 +02:00
Maarten Bosmans
5818a2c63e
win32: Make some unused-variable warnings go away
2011-06-24 00:34:05 +01:00
Maarten Bosmans
dd9265ac78
Remove unnecessary #includes
2011-06-22 23:12:20 +01:00
Maarten Bosmans
c470680e1b
Use pulsecore/arpa-inet.h to make arpa/inet.h functionality available
...
Automatically use replacement function on platforms (win32) where not all arpa/inet.h is available natively.
2011-03-19 13:41:05 +01:00