Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_mb defined whether or not debugging is enabled

This commit is contained in:
Elliot Lee
1998-03-17 19:55:33 +00:00
parent 70b3b3e6e1
commit df0b05ef2b
4 changed files with 7 additions and 9 deletions

View File

@ -35,7 +35,7 @@ typedef enum {
#else /* !G_ENABLE_DEBUG */
#define GTK_NOTE
#define GTK_NOTE(type, action)
#endif /* G_ENABLE_DEBUG */