view include/SDL_name.h @ 2096:87256df87837

Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 14 Mar 2007 01:10:43 +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_ */