Updated doc/NEWS file
[midnight-commander.git] / lib / glibcompat.h
blob418a81bd6a8c07af4b3e5bfc67b4cec0dc4d5e55
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 /*** inline functions ****************************************************************************/
20 #endif /* MC_GLIBCOMPAT_H */