symbian-qemu-0.9.1-12/libsdl-trunk/include/SDL_name.h
author William Roberts <williamr@symbian.org>
Wed, 14 Apr 2010 10:22:25 +0100
changeset 60 97dc1b484861
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Merge hal.mmp fix into the correct branch


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */