mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
build: Check that _MSC_VER macro is defined
This commit is contained in:
parent
05296b35a5
commit
2b7a15172f
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ gst_task_configure_name (GstTask * task)
|
|||
GST_DEBUG_OBJECT (task, "Failed to set thread name");
|
||||
|
||||
GST_OBJECT_UNLOCK (task);
|
||||
#elif _MSC_VER
|
||||
#elif defined (_MSC_VER)
|
||||
const gchar *name;
|
||||
name = GST_OBJECT_NAME (task);
|
||||
|
||||
|
|
Loading…
Reference in a new issue