view osdep/shmem.h @ 16441:2e0c2f65b81c

Make sure _freetype is either yes or no, otherwise fontconfig might be enabled even without iconv (and thus freetype) support
author reimar
date Sat, 10 Sep 2005 18:23:40 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);