view include/SDL_name.h @ 3970:203695f768e0 SDL-1.2

Added support for WM_XBUTTON to the windib driver, to support more mouse buttons. Fixes Bugzilla #311.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Jun 2007 05:10:47 +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_ */