view osdep/shmem.h @ 10864:a2537e7d2d76

make menu work on mingw (run command is still disabled), based on patch by Christophe Perinaud
author faust3
date Sat, 13 Sep 2003 18:02:20 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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