/[zanavi_public1]/navit/navit/glib_slice.h
ZANavi

Contents of /navit/navit/glib_slice.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/plain
File size: 222 byte(s)
import files
1 zoff99 2 #include <glib.h>
2     #if GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 10
3     #define g_slice_alloc0 g_malloc0
4     #define g_slice_new0(x) g_new0(x,1)
5     #define g_slice_free(x,y) g_free(y)
6     #define g_slice_free1(x,y) g_free(y)
7     #endif

   
Visit the ZANavi Wiki