comparison src/thread/epoc/SDL_sysmutex.cpp @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents c9b51268668f
children 92947e3a18db
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
26 Epoc version by Markus Mertama (w@iki.fi) 26 Epoc version by Markus Mertama (w@iki.fi)
27 */ 27 */
28 28
29 29
30 /* Mutex functions using the Win32 API */ 30 /* Mutex functions using the Win32 API */
31
32 //#include <stdio.h>
33 //#include <stdlib.h>
34 31
35 #include<e32std.h> 32 #include<e32std.h>
36 33
37 #include "SDL_error.h" 34 #include "SDL_error.h"
38 #include "SDL_mutex.h" 35 #include "SDL_mutex.h"