mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Find modules and config files relative to the installed libraries.
Do not use replace %PULSE_ROOT% from the environment.
This commit is contained in:
parent
8852b80df8
commit
eb833da570
5 changed files with 67 additions and 86 deletions
|
|
@ -271,4 +271,8 @@ void pa_nullify_stdfds(void);
|
|||
char *pa_read_line_from_file(const char *fn);
|
||||
pa_bool_t pa_running_in_vm(void);
|
||||
|
||||
#ifdef OS_IS_WIN32
|
||||
char *pa_win32_get_toplevel(HANDLE handle);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue