mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-28 01:40:36 -05:00
daemon: Add support for running as a service on win32
* Minimal implementation of --system on win32.
* Wrap main with a Windows Service on win32 (with a fallback to
running it directly).
* Update PA_SYSTEM_{RUNTIME,STATE,CONFIG}_PATH and HOME dynamically
on Windows (overrides the build config, similar to the existing
config path replacement logic).
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/549>
This commit is contained in:
parent
87b4d68978
commit
4f3ca10d9e
4 changed files with 151 additions and 1 deletions
|
|
@ -310,6 +310,7 @@ bool pa_running_in_vm(void);
|
|||
|
||||
#ifdef OS_IS_WIN32
|
||||
char *pa_win32_get_toplevel(HANDLE handle);
|
||||
char *pa_win32_get_system_appdata();
|
||||
#endif
|
||||
|
||||
size_t pa_page_size(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue