build: Check that _MSC_VER macro is defined

This commit is contained in:
Nicolas Dufresne 2015-02-01 14:23:26 -05:00
parent 05296b35a5
commit 2b7a15172f

View file

@ -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);