Mercurial > sdl-ios-xcode
view src/thread/pth/SDL_syscond_c.h @ 516:6636b20693a8
Doh! Forgot to set the Win32 DLL version to 1.2.5
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Oct 2002 02:39:37 +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_ */