mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
win32: Change linkage of lt_preloaded_symbols to match definition in libtool in daemon/main.c.
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/360>
This commit is contained in:
parent
3c51930b61
commit
7bc559fe26
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
#ifdef DISABLE_LIBTOOL_PRELOAD
|
||||
/* FIXME: work around a libtool bug by making sure we have 2 elements. Bug has
|
||||
* been reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29576 */
|
||||
const lt_dlsymlist lt_preloaded_symbols[] = {
|
||||
LT_DLSYM_CONST lt_dlsymlist lt_preloaded_symbols[] = {
|
||||
{ "@PROGRAM@", NULL },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue