comparison src/thread/epoc/SDL_syssem.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 /* Semaphore functions using the Win32 API */ 29 /* Semaphore functions using the Win32 API */
30 30
31 //#include <stdio.h>
32 //#include <stdlib.h>
33 #include <e32std.h> 31 #include <e32std.h>
34 32
35 #include "SDL_error.h" 33 #include "SDL_error.h"
36 #include "SDL_thread.h" 34 #include "SDL_thread.h"
37 35