mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
Apply #ifdefs around functionality not available on win32
And also the reverse: around some win32 specific functionality
This commit is contained in:
parent
0ac0479534
commit
bb12ff8356
20 changed files with 120 additions and 13 deletions
|
|
@ -1,8 +1,12 @@
|
|||
#ifndef fooinet_ptonhfoo
|
||||
#define fooinet_ptonhfoo
|
||||
|
||||
#ifndef HAVE_INET_PTON
|
||||
|
||||
#include <pulsecore/socket.h>
|
||||
|
||||
int inet_pton(int af, const char *src, void *dst);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue