38 #endif |
38 #endif |
39 |
39 |
40 #pragma clang diagnostic ignored "-Wdeprecated-declarations" |
40 #pragma clang diagnostic ignored "-Wdeprecated-declarations" |
41 |
41 |
42 |
42 |
43 #if GLIB_MAJOR_VERSION * 1000 + GLIB_MINOR_VERSION > 74 |
43 #if GLIB_MAJOR_VERSION * 1000 + GLIB_MINOR_VERSION > 2074 |
44 #define UI_G_APPLICATION_FLAGS G_APPLICATION_DEFAULT_FLAGS |
44 #define UI_G_APPLICATION_FLAGS G_APPLICATION_DEFAULT_FLAGS |
45 #else |
45 #else |
46 #define UI_G_APPLICATION_FLAGS G_APPLICATION_FLAGS_NONE |
46 #define UI_G_APPLICATION_FLAGS G_APPLICATION_FLAGS_NONE |
47 #endif |
47 #endif |
48 |
48 |