Mercurial > sdl-ios-xcode
view include/SDL_name.h @ 1445:0133f0ca5de7
Need this or things might misbuild on G3 Mac OS, I think.
Potentially fixes Bugzilla #148.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 27 Feb 2006 01:32:12 +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_ */