gtk+ r20255 - in trunk: . gtk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20255 - in trunk: . gtk
- Date: Fri, 30 May 2008 12:02:19 +0000 (UTC)
Author: mitch
Date: Fri May 30 12:02:19 2008
New Revision: 20255
URL: http://svn.gnome.org/viewvc/gtk+?rev=20255&view=rev
Log:
2008-05-30 Michael Natterer <mitch imendio com>
* gtk/gtkmountoperation.h
* gtk/gtkshow.h
* gtk/gtktestutils.h
* gtk/gtktoolshell.h: no need to allow disabling single includes
conditionally in these new files. Simply forbid including them
individually from the beginning.
Modified:
trunk/ChangeLog
trunk/gtk/gtkmountoperation.h
trunk/gtk/gtkshow.h
trunk/gtk/gtktestutils.h
trunk/gtk/gtktoolshell.h
Modified: trunk/gtk/gtkmountoperation.h
==============================================================================
--- trunk/gtk/gtkmountoperation.h (original)
+++ trunk/gtk/gtkmountoperation.h Fri May 30 12:02:19 2008
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
Modified: trunk/gtk/gtkshow.h
==============================================================================
--- trunk/gtk/gtkshow.h (original)
+++ trunk/gtk/gtkshow.h Fri May 30 12:02:19 2008
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
Modified: trunk/gtk/gtktestutils.h
==============================================================================
--- trunk/gtk/gtktestutils.h (original)
+++ trunk/gtk/gtktestutils.h Fri May 30 12:02:19 2008
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
Modified: trunk/gtk/gtktoolshell.h
==============================================================================
--- trunk/gtk/gtktoolshell.h (original)
+++ trunk/gtk/gtktoolshell.h Fri May 30 12:02:19 2008
@@ -20,7 +20,7 @@
* Mathias Hasselmann
*/
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]