misc/winutils/include/SDL_name.h
author Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Mon, 05 Jan 2015 13:28:13 +0100
changeset 10725 b01835e9339d
parent 10017 de822cd3df3a
permissions -rw-r--r--
Find lua 5.1 on fedora machines (taken from fedora hw git)


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */