forked from AuroraMiddleware/gtk
gdkversionmacros.h: add GDK_AVAILABLE_IN_ALL
Add a macro to declare that a particular symbol is available in all versions of GTK+. All newly-added symbols should have proper version macros (like GDK_AVAILABLE_IN_3_4).
This commit is contained in:
parent
265e617f0a
commit
baab7acf08
@ -179,6 +179,8 @@
|
||||
#error "GDK_VERSION_MIN_REQUIRED must be >= GDK_VERSION_3_0"
|
||||
#endif
|
||||
|
||||
#define GDK_AVAILABLE_IN_ALL
|
||||
|
||||
/* XXX: Every new stable minor release should add a set of macros here */
|
||||
|
||||
#if GDK_VERSION_MIN_REQUIRED >= GDK_VERSION_3_0
|
||||
|
Loading…
Reference in New Issue
Block a user