Mercurial > sdl-ios-xcode
comparison src/thread/pth/SDL_sysmutex.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
4 * Patrice Mandin | 4 * Patrice Mandin |
5 */ | 5 */ |
6 | 6 |
7 #include <pth.h> | 7 #include <pth.h> |
8 | 8 |
9 #include "SDL_stdlib.h" | |
10 #include "SDL_error.h" | |
11 #include "SDL_mutex.h" | 9 #include "SDL_mutex.h" |
12 #include "SDL_sysmutex_c.h" | 10 #include "SDL_sysmutex_c.h" |
13 | 11 |
14 /* Create a mutex */ | 12 /* Create a mutex */ |
15 SDL_mutex *SDL_CreateMutex(void) | 13 SDL_mutex *SDL_CreateMutex(void) |