Mercurial > sdl-ios-xcode
view src/thread/pth/SDL_syscond_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 |
line wrap: on
line source
#ifndef _SDL_SYSCOND_C_H_ #define _SDL_SYSCOND_C_H_ struct SDL_cond { pth_cond_t condpth_p; }; #endif /* _SDL_SYSCOND_C_H_ */