view osdep/shmem.h @ 13591:ba6b9cc1b3d0

fix compilation on mingw
author faust3
date Sat, 09 Oct 2004 07:38:45 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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