gst: Fix building with msvc

This commit is contained in:
Thibault Saunier 2016-12-13 13:20:09 +01:00 committed by Thibault Saunier
parent 49f1f351c8
commit 97b6d8fb12

View file

@ -2722,6 +2722,8 @@ generate_backtrace_trace (void)
return g_string_free (trace, FALSE);
}
#else
#define generate_backtrace_trace() NULL
#endif /* HAVE_BACKTRACE */
/**