mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst: Fix building with msvc
This commit is contained in:
parent
49f1f351c8
commit
97b6d8fb12
1 changed files with 2 additions and 0 deletions
|
@ -2722,6 +2722,8 @@ generate_backtrace_trace (void)
|
||||||
|
|
||||||
return g_string_free (trace, FALSE);
|
return g_string_free (trace, FALSE);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#define generate_backtrace_trace() NULL
|
||||||
#endif /* HAVE_BACKTRACE */
|
#endif /* HAVE_BACKTRACE */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue