view include/SDL_name.h @ 1476:14937d7b7527

Date: Mon, 6 Mar 2006 19:00:45 +0100 From: Patrice Mandin Subject: [SDL] Can not install generated sdl-config When building SDL when builddir != srcdir, then make install fails, because it tries to install sdl-config from srcdir, instead of builddir
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Mar 2006 18:31:30 +0000
parents d2d48e10f370
children
line wrap: on
line source


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */