comparison src/thread/pth/SDL_systhread_c.h @ 329:1d74ddc90cb2

Patrice's fixes for GNU Pthread support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Apr 2002 15:35:28 +0000
parents f6ffac90895c
children b8d311d90021
comparison
equal deleted inserted replaced
328:dc21fa30faa9 329:1d74ddc90cb2
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 #ifndef _SDL_SYSTHREAD_C_H_
24 #define _SDL_SYSTHREAD_C_H_
25
23 #include <pth.h> 26 #include <pth.h>
24 27
25 typedef pth_t SYS_ThreadHandle; 28 typedef pth_t SYS_ThreadHandle;
29
30 #endif /* _SDL_SYSTHREAD_C_H_ */