From 092cde0ff38ee0440fb031babd235d0bad34dce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 Feb 2010 10:19:04 +0000 Subject: [PATCH] gst_private: MSVC doesn't seem to like #warning Visual Studio complains about "invalid preprocessor command 'warning'" even if the ifdef doesn't trigger, so just remove this again. --- gst/gst_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst/gst_private.h b/gst/gst_private.h index aa252bf769..423e937540 100644 --- a/gst/gst_private.h +++ b/gst/gst_private.h @@ -33,10 +33,6 @@ * functions */ extern const char g_log_domain_gstreamer[]; -#ifdef __G_LIB_H__ -#warning "gst_private.h must be included before glib.h" -#endif - #include #include