 |
Ardour
8.12
|
Go to the documentation of this file.
27 #ifndef __GTK_DEBUG_H__
28 #define __GTK_DEBUG_H__
30 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
31 #error "Only <gtk/gtk.h> can be included directly."
55 #define GTK_NOTE(type,action) G_STMT_START { \
56 if (gtk_debug_flags & GTK_DEBUG_##type) \
57 { action; }; } G_STMT_END
61 #define GTK_NOTE(type, action)
66 # ifdef GTK_COMPILATION
67 # define GTKVAR extern __declspec(dllexport)
69 # define GTKVAR extern __declspec(dllimport)
72 # define GTKVAR extern