mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -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
|
|
@ -90,7 +90,9 @@ static void show_info(const char *name, const char *path, void (*info)(const cha
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef OS_IS_WIN32
|
||||
extern const lt_dlsymlist lt_preloaded_symbols[];
|
||||
#endif
|
||||
|
||||
static int is_preloaded(const char *name) {
|
||||
const lt_dlsymlist *l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue