misc/winutils/include/SDL_name.h
author Vittorio Giovara <vittorio.giovara@gmail.com>
Tue, 10 Nov 2015 13:53:14 +0100
changeset 11350 846aa36f7cdc
parent 10017 de822cd3df3a
permissions -rw-r--r--
videorec: Always initialize audio and video time bases In both context and stream.


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */