comparison src/thread/generic/SDL_systhread_c.h @ 252:e8157fcb3114

Updated the source with the correct e-mail address
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Dec 2001 12:38:15 +0000
parents 8f7b9d6be8cc
children f6ffac90895c
comparison
equal deleted inserted replaced
251:b8688cfdc232 252:e8157fcb3114
15 You should have received a copy of the GNU Library General Public 15 You should have received a copy of the GNU Library General Public
16 License along with this library; if not, write to the Free 16 License along with this library; if not, write to the Free
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@devolution.com 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /* Stub until we implement threads on this platform */ 23 /* Stub until we implement threads on this platform */
24 typedef int SYS_ThreadHandle; 24 typedef int SYS_ThreadHandle;
25 25