view osdep/shmem.h @ 16464:0a828abf1f0f

Fix multiple issues: No picture at all, broken pictures, only every second picture displayed, compile warnings because of undefined functions and a compile error on MinGW because of redefinition of open(). Or in short: I didn't find a case where the old version worked?!?
author reimar
date Mon, 12 Sep 2005 18:33:26 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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