comparison src/thread/epoc/SDL_systhread.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 f6ffac90895c
children 19418e4422cb
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
24 SDL_systhread.cpp 24 SDL_systhread.cpp
25 Epoc thread management routines for SDL 25 Epoc thread management routines for SDL
26 26
27 Epoc version by Markus Mertama (w@iki.fi) 27 Epoc version by Markus Mertama (w@iki.fi)
28 */ 28 */
29
30
31 //#include <stdlib.h>
32 //#include <stdio.h>
33 29
34 30
35 extern "C" { 31 extern "C" {
36 #undef NULL 32 #undef NULL
37 #include "SDL_error.h" 33 #include "SDL_error.h"