Mercurial > sdl-ios-xcode
view src/thread/pth/SDL_sysmutex_c.h @ 1102:f0919504adfd
Revert back change between 1.29 and 1.30
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 27 Jul 2005 16:30:12 +0000 |
parents | 1d74ddc90cb2 |
children | d910939febfa |
line wrap: on
line source
#ifndef _SDL_SYSMUTEX_C_H_ #define _SDL_SYSMUTEX_C_H_ struct SDL_mutex { pth_mutex_t mutexpth_p; }; #endif /* _SDL_SYSMUTEX_C_H_ */