From cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Wed, 7 May 2008 20:25:09 +0000 Subject: win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than h... Original commit message from CVS: * win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than having "???" unconditionally. --- win32/common/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'win32/common/config.h.in') diff --git a/win32/common/config.h.in b/win32/common/config.h.in index a5be8d7c..40c6f517 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -14,9 +14,6 @@ /* Location of registry */ #define GST_CACHE_DIR PREFIX "\\var\\cache" -/* macro to use to show function name */ -#undef GST_FUNCTION - /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED -- cgit v1.2.1