Ticket #2918: cygwin test failure.
[midnight-commander.git] / lib / glibcompat.h
blob920db53c8a6067e65c501fca67cbf36bea2cc994
1 #ifndef MC_GLIBCOMPAT_H
2 #define MC_GLIBCOMPAT_H
4 /*** typedefs(not structures) and defined constants **********************************************/
6 /*** enums ***************************************************************************************/
8 /*** structures declarations (and typedefs of structures)*****************************************/
10 /*** global variables defined in .c file *********************************************************/
12 /*** declarations of public functions ************************************************************/
14 #if ! GLIB_CHECK_VERSION (2, 13, 0)
15 gboolean g_unichar_iszerowidth (gunichar);
16 #endif /* ! GLIB_CHECK_VERSION (2, 13, 0) */
18 #if ! GLIB_CHECK_VERSION (2, 7, 0)
19 gboolean g_file_set_contents (const gchar *, const gchar *, gssize, GError **);
20 #endif /* ! GLIB_CHECK_VERSION (2, 7, 0) */
22 /*** inline functions ****************************************************************************/
24 #endif /* MC_GLIBCOMPAT_H */