view osdep/shmem.h @ 25506:a5dd78186fdc

Make windres binary name configurable, useful for cross-compiling. patch by sheba, sheba469 yahoo com
author diego
date Fri, 28 Dec 2007 10:33:22 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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